Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89946 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 89946