mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-07 09:11:11 +02:00
copy: fix my typo
* src/copy.c (copy_reg): Fix my typo (mis-applied patch).
The patch by Jeff Liu was fine, but I mis-applied it
and introduced a compilation error in commit efa479c1.
2011-05-03 Jim Meyering <meyering@redhat.com>
This commit is contained in:
+1
-1
@@ -975,7 +975,7 @@ copy_reg (char const *src_name, char const *dst_name,
|
||||
if (!clone_ok)
|
||||
{
|
||||
error (0, errno, _("failed to clone %s from %s"),
|
||||
quote_n (0, dst_name), quote_1 (1, src_name));
|
||||
quote_n (0, dst_name), quote_n (1, src_name));
|
||||
return_val = false;
|
||||
goto close_src_and_dst_desc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user