X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2Fbinio.h;h=a20e622216c7d03d3c3150663d830ae32e3338d6;hb=0aab437dc560d2afa982e61cc2547756ad7b0761;hp=dddb214e6330289d202d45bf0806e0d9ac34f303;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Utils/binio.h b/Source/Utils/binio.h index dddb214..a20e622 100644 --- a/Source/Utils/binio.h +++ b/Source/Utils/binio.h @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -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.