Merge preflate 0.3.5 changes

- fixes #88 and #89
This commit is contained in:
Christian Schneider 2018-09-30 10:08:45 +02:00
parent 6865e74c16
commit 7be858bd41
13 changed files with 87 additions and 50 deletions

View file

@ -624,7 +624,7 @@ int init(int argc, char* argv[]) {
}
printf(" - %s\n",V_MSG);
printf("Free for non-commercial use - Copyright 2006-2018 by Christian Schneider\n");
printf(" preflate v0.3.4 support - Copyright 2018 by Dirk Steinke\n\n");
printf(" preflate v0.3.5 support - Copyright 2018 by Dirk Steinke\n\n");
// init compression and memory level count
bool use_zlib_level[81];