0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
This commit is contained in:
Eliot Horowitz 2009-12-23 15:59:47 -05:00
parent e8e4fd2d3c
commit 75c7d69277

View File

@ -473,7 +473,7 @@ namespace mongo {
if ( op == Mod::INC )
strcpy((char *) fn, "$set"); // rewrite for op log
while ( jt.more() ) {
BSONElement f = jt.next();
BSONElement f = jt.next(); // x:44
const char * fieldName = f.fieldName();