]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/binio.h
Cleaned up Objects handling
[lugaru.git] / Source / Utils / binio.h
index dddb214e6330289d202d45bf0806e0d9ac34f303..a566125b6d4a36022dd84396aef87b10c936ff77 100644 (file)
@@ -35,10 +35,10 @@ extern "C" {
     an optional byte-order marker (defaults to H, "host-native"),
     and a  data-type specifier.
     * when unpacking, each variable argument is a pointer to the
-    appropriate number of objects of the appropriate type.
+    appropriate number of Object::objects of the appropriate type.
     * when packing, each variable argument is an object of the
     appropriate type if the count is omitted, or a pointer to the
-    appropriate number of objects of the appropriate type if the
+    appropriate number of Object::objects of the appropriate type if the
     count is specified.
     * the buffer supplied to pack/unpack must be of sufficient length
     to hold all the data, or the behavior is unspecified.