View | Details | Raw Unified
Collapse All | Expand All

(-) gzip.c.old (+2 lines)
 Lines 1330-1335   local int get_method(in) Link Here 
			error("corrupted input -- file name too large");
			error("corrupted input -- file name too large");
		    }
		    }
		}
		}
		char *base2 = base_name (base);
		strcpy(base, base2);
                /* If necessary, adapt the name to local OS conventions: */
                /* If necessary, adapt the name to local OS conventions: */
                if (!list) {
                if (!list) {
                   MAKE_LEGAL_NAME(base);
                   MAKE_LEGAL_NAME(base);