Details
-
Bug
-
Resolution: Done
-
Trivial - P5
-
None
-
1.1.6
-
None
-
Fully Compatible
Description
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));