mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 10:39:01 +02:00
(batch_convert): Remove spurious space in error message.
Reported by Karl Berry.
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ batch_convert (const char *input_filename, const char *format)
|
||||
{
|
||||
if (line[line_length - 1] == '\n')
|
||||
line[line_length - 1] = '\0';
|
||||
error (0, 0, _("invalid date ` %s'"), line);
|
||||
error (0, 0, _("invalid date `%s'"), line);
|
||||
status = 1;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user