mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Fix for misleading doc comment on mz_zip_reader_init_cfile function.
				
					
				
			This commit is contained in:
		| @@ -210,7 +210,7 @@ MINIZ_EXPORT mz_bool mz_zip_reader_init_file(mz_zip_archive *pZip, const char *p | ||||
| MINIZ_EXPORT mz_bool mz_zip_reader_init_file_v2(mz_zip_archive *pZip, const char *pFilename, mz_uint flags, mz_uint64 file_start_ofs, mz_uint64 archive_size); | ||||
|  | ||||
| /* Read an archive from an already opened FILE, beginning at the current file position. */ | ||||
| /* The archive is assumed to be archive_size bytes long. If archive_size is < 0, then the entire rest of the file is assumed to contain the archive. */ | ||||
| /* The archive is assumed to be archive_size bytes long. If archive_size is 0, then the entire rest of the file is assumed to contain the archive. */ | ||||
| /* The FILE will NOT be closed when mz_zip_reader_end() is called. */ | ||||
| MINIZ_EXPORT mz_bool mz_zip_reader_init_cfile(mz_zip_archive *pZip, MZ_FILE *pFile, mz_uint64 archive_size, mz_uint flags); | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user