summaryrefslogtreecommitdiff
path: root/db/update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/update.cpp')
-rw-r--r--db/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/update.cpp b/db/update.cpp
index 6b9df9c5b45..6dcfc785e28 100644
--- a/db/update.cpp
+++ b/db/update.cpp
@@ -67,7 +67,7 @@ namespace mongo {
ms.incint = elt.numberInt() + in.numberInt();
}
- ms.appendIncValue( bb );
+ ms.appendIncValue( bb , false );
}
template< class Builder >