From 8f347affdca544ff7cb4e1fe49564727c5d3ee65 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 31 Jul 1997 16:25:34 +0000 Subject: [PATCH] return proper success code after writing hardlinks CVS patchset: 1780 CVS date: 1997/07/31 16:25:34 --- lib/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpio.c b/lib/cpio.c index 9825454..0a2e0ad 100644 --- a/lib/cpio.c +++ b/lib/cpio.c @@ -775,7 +775,7 @@ static int writeLinkedFile(int fd, struct hardLink * hlink, cb(&cbinfo, cbData); } - return i; + return 0; } int cpioBuildArchive(int fd, struct cpioFileMapping * mappings, -- 2.7.4