]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/unzip.c
Start of model/view class implementation, since QListViewWidget ultimately
[virtualjaguar] / src / unzip.c
index 9e6c4a319da084861358dded1b59c20423bb5324..5c3d119f9eacc201719a631a5891a794825ae080 100644 (file)
@@ -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)