X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2Fbinio.h;h=a566125b6d4a36022dd84396aef87b10c936ff77;hb=7d2f9d40d94d14a61ecdaaa2c41f964029815bc2;hp=dddb214e6330289d202d45bf0806e0d9ac34f303;hpb=b9dfb15156a7af6710511b5dee1b272173946d2d;p=lugaru.git diff --git a/Source/Utils/binio.h b/Source/Utils/binio.h index dddb214..a566125 100644 --- a/Source/Utils/binio.h +++ b/Source/Utils/binio.h @@ -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.