View Single Post
  #41  
Old 22-12-2016, 22:14
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by LuzhinE View Post
The normal version never decompresses.

Tested with x64 fix

packcmd = pZLib e -m2 -t8 - -o - <stdin> <stdout>



packcmd = pZLib e -m1 -t8 - -o - <stdin> <stdout>



packcmd = pZLib e -m1 -t8 -f - -o - <stdin> <stdout>

You should remove -f if you get error while decompression. Remember, the -f switch ia for FASTER verification and not for BETTER verification
Reply With Quote