From: Jim Meyering Date: Tue, 25 Jul 2000 12:28:33 +0000 (+0000) Subject: tweak diagnostic X-Git-Tag: TEXTUTILS-2_0g~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=289dacfa49deca7961442c40d24189de057f7bb5;p=platform%2Fupstream%2Fcoreutils.git tweak diagnostic --- diff --git a/src/cp.c b/src/cp.c index c420e8f..2e3aabf 100644 --- a/src/cp.c +++ b/src/cp.c @@ -257,7 +257,7 @@ re_protect (const char *const_dst_path, int src_offset, if ((*(x->xstat)) (src_path, &src_sb)) { - error (0, errno, _("obtaining file attributes of %s"), + error (0, errno, _("obtaining attributes of %s"), quote (src_path)); return 1; }