n_string_tmp[len] = '\0';
error (0, 0,
- _("%s: `%s' is so large that it is not representable"),
- count_lines ? _("number of lines") : _("number of bytes"),
- n_string_tmp);
+ _("%s: %s is so large that it is not representable"),
+ n_string_tmp, (count_lines
+ ? _("number of lines")
+ : _("number of bytes"));
free (n_string_tmp);
*fail = 1;
}
if (s_err != LONGINT_OK || tmp_ulong > OFF_T_MAX)
{
error (EXIT_FAILURE, 0,
- _("%s: `%s' is so large that it is not representable"),
+ _("%s: %s is so large that it is not representable"),
optarg,
c == 'n' ? _("number of lines") : _("number of bytes"));
}