-
Type:
Bug
-
Resolution: Done
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: 1.1.6
-
Component/s: Docs
-
None
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
It's in the demo code, where:
bson_uint32_to_string (i, &key, str, sizeof str);
should be:
bson_uint32_to_string (i, &key, str, sizeof (str));