mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Fix type issue
This commit is contained in:
		| @@ -764,7 +764,7 @@ static mz_bool mz_zip_reader_read_central_dir(mz_zip_archive *pZip, mz_uint flag | |||||||
| 							return mz_zip_set_error(pZip, MZ_ZIP_FILE_READ_FAILED); | 							return mz_zip_set_error(pZip, MZ_ZIP_FILE_READ_FAILED); | ||||||
| 						} | 						} | ||||||
|  |  | ||||||
| 						pExtra_data = buf; | 						pExtra_data = (mz_uint8*)buf; | ||||||
| 					} | 					} | ||||||
| 					else | 					else | ||||||
| 					{ | 					{ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user