(parse_obsolescent_option): Use t_count_lines, not

count_lines, in error message.
This commit is contained in:
Jim Meyering
2001-05-15 15:45:58 +00:00
parent 8f0403a90f
commit 786d944b5e
+1 -1
View File
@@ -1310,7 +1310,7 @@ parse_obsolescent_option (int argc, const char *const *argv,
error (0, 0,
_("%s: %s is so large that it is not representable"),
n_string_tmp, (count_lines
n_string_tmp, (t_count_lines
? _("number of lines")
: _("number of bytes")));
free (n_string_tmp);