0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Merge branch 'master' of git@github.com:mongodb/mongo

This commit is contained in:
Eliot Horowitz 2010-03-01 10:27:30 -05:00
commit c3ae414ff8

View File

@ -269,7 +269,7 @@ namespace mongo {
if ( e.type() == String)
return (string)(e.valuestr());
uassert( 13043 , "invalid near" , 0 );
uassert( 13043 , "invalid/missing near param" , 0 );
return "";
}