mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Merge pull request #172 from leezu/patch-1
Correct zip64 ZIP archive support limitations entry
This commit is contained in:
		
							
								
								
									
										2
									
								
								miniz.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								miniz.h
									
									
									
									
									
								
							| @@ -95,7 +95,7 @@ | |||||||
|      possibility that the archive's central directory could be lost with this method if anything goes wrong, though. |      possibility that the archive's central directory could be lost with this method if anything goes wrong, though. | ||||||
|  |  | ||||||
|      - ZIP archive support limitations: |      - ZIP archive support limitations: | ||||||
|      No zip64 or spanning support. Extraction functions can only handle unencrypted, stored or deflated files. |      No spanning support. Extraction functions can only handle unencrypted, stored or deflated files. | ||||||
|      Requires streams capable of seeking. |      Requires streams capable of seeking. | ||||||
|  |  | ||||||
|    * This is a header file library, like stb_image.c. To get only a header file, either cut and paste the |    * This is a header file library, like stb_image.c. To get only a header file, either cut and paste the | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user