X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Funzip.c;fp=src%2Funzip.c;h=5c3d119f9eacc201719a631a5891a794825ae080;hb=8549cdb01f45764f69a6483285dc0771ea66c007;hp=9e6c4a319da084861358dded1b59c20423bb5324;hpb=b54bb3c04ba861123e44b7f25fbc859d78627379;p=virtualjaguar diff --git a/src/unzip.c b/src/unzip.c index 9e6c4a3..5c3d119 100644 --- a/src/unzip.c +++ b/src/unzip.c @@ -833,7 +833,7 @@ static int equal_filename(const char * zipfile, const char * file) // // Pass the path to the zipfile and the name of the file within the zipfile. -// buf will be set to point to the uncompressed image of that zipped file. +// buf is set to point to the uncompressed image of that zipped file (preallocated by user!). // length will be set to the length of the uncompressed data. // int load_zipped_file(int pathtype, int pathindex, const char * zipfile, const char * filename, unsigned char ** buf, uint32_t * length)