From: Tim Kientzle Date: Thu, 22 Jan 2009 06:01:21 +0000 (-0500) Subject: Report srcpath here. I'm not sure it really matters, but some X-Git-Tag: v2.7.0~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca902b00a5386405501544d291e514d087d4012c;p=thirdparty%2Flibarchive.git Report srcpath here. I'm not sure it really matters, but some people seem to prefer it. SVN-Revision: 459 --- diff --git a/cpio/cpio.c b/cpio/cpio.c index 63422d43c..77919197e 100644 --- a/cpio/cpio.c +++ b/cpio/cpio.c @@ -639,7 +639,7 @@ entry_to_archive(struct cpio *cpio, struct archive_entry *entry) if (r != ARCHIVE_OK) cpio_warnc(archive_errno(cpio->archive), "%s: %s", - destpath, + srcpath, archive_error_string(cpio->archive)); if (r == ARCHIVE_FATAL)