]> git.ipfire.org Git - thirdparty/sarg.git/commit
Display an error when trying to read a Z file
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 11 Jun 2015 16:25:41 +0000 (18:25 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 11 Jun 2015 16:25:41 +0000 (18:25 +0200)
commit275c8c9334e4be73631b5066a8dc767a383c1a3e
tree6cd9fca50a980ab01737e2a67fd5ab7acb87f3e1
parent800eafb823572ff2ab3bc12eb629550e8ab4e279
Display an error when trying to read a Z file

Z compressed files are not supported any longer because I want to use
libraries instead of relying on external processes to parse compressed
files. I haven't found a library or piece of code to read those files.

It is my understanding that the Z format is not used much these days. If
you think otherwise, please open a bug ticket.
decomp.c