(copy_internal): Remove errnoeous `%s: ' prefix
authorJim Meyering <jim@meyering.net>
Fri, 18 Dec 1998 14:22:50 +0000 (14:22 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Dec 1998 14:22:50 +0000 (14:22 +0000)
from format string.  From Michiel Bacchiani.

src/copy.c

index 401ea79..4b50d10 100644 (file)
@@ -595,7 +595,7 @@ copy_internal (const char *src_path, const char *dst_path,
         directories).  */
       if (S_ISDIR (src_type))
        {
-         error (0, 0, _("%s: won't create hard link `%s' to directory `%s'"),
+         error (0, 0, _("won't create hard link `%s' to directory `%s'"),
                 dst_path, earlier_file);
          goto un_backup;
        }