From 786d944b5eb757d366ccb3af9e99bdcffe5c8f8f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 May 2001 15:45:58 +0000 Subject: (parse_obsolescent_option): Use t_count_lines, not count_lines, in error message. --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tail.c b/src/tail.c index 1db47a142..9ffba13d7 100644 --- a/src/tail.c +++ b/src/tail.c @@ -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); -- cgit v1.2.3-54-g00ecf