-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
Here, http://api.mongodb.org/c/0.8/bson.html, in the section titled "Reading BSON objects," the third piece of example code in the section reads:
bson_iterator i[1], sub[i];
where it should be
bson_iterator i[1], sub[1];