From 289dacfa49deca7961442c40d24189de057f7bb5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 25 Jul 2000 12:28:33 +0000 Subject: [PATCH] tweak diagnostic --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4