Skip to content
Snippets Groups Projects
Commit fb26fc42 authored by Mark Adler's avatar Mark Adler
Browse files

Allow minigzip to compile when testing with ./configure --solo.

parent d4654654
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -500,7 +500,7 @@ void file_uncompress(file)
char *infile, *outfile;
FILE *out;
gzFile in;
z_size_t len = strlen(file);
unsigned len = strlen(file);
 
if (len + strlen(GZ_SUFFIX) >= sizeof(buf)) {
fprintf(stderr, "%s: filename too long\n", prog);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment