0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2010-07-29 09:43:36 -04:00
parent 43b6582c3c
commit cd2d06fa73

View File

@ -134,7 +134,7 @@ namespace mongo {
size = *((int*)objdata);
}
assert( size > 4 & size < 100000000 );
assert( size > 4 && size < 100000000 );
_b.appendNum((char) Object);
_b.appendStr(fieldName);