1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

split long line

This commit is contained in:
Jim Meyering
2001-12-11 11:49:14 +00:00
parent 879adb17cc
commit 0ef9bacdc7
+2 -1
View File
@@ -362,7 +362,8 @@ main (int argc, char **argv)
else if (changes == MODE_MEMORY_EXHAUSTED)
xalloc_die ();
else if (changes == MODE_BAD_REFERENCE)
error (1, errno, _("failed to get attributes of %s"), quote (reference_file));
error (1, errno, _("failed to get attributes of %s"),
quote (reference_file));
for (; optind < argc; ++optind)
errors |= change_file_mode (argv[optind], changes, 1);