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

Collapse All | Expand All

(-)lha-114i/src/lhext.c.symlink (+1 lines)
Lines 351-356 extract_one(afp, hdr) Link Here
351
				}
351
				}
352
352
353
				unlink(bb1);
353
				unlink(bb1);
354
				make_parent_path(bb1);
354
				l_code = symlink(bb2, bb1);
355
				l_code = symlink(bb2, bb1);
355
				if (l_code < 0) {
356
				if (l_code < 0) {
356
					if (quiet != TRUE)
357
					if (quiet != TRUE)

Return to bug 62618