From: Jim Meyering Date: Tue, 15 May 2001 15:45:58 +0000 (+0000) Subject: (parse_obsolescent_option): Use t_count_lines, not X-Git-Tag: CPPI-1_9~115 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=786d944b5eb757d366ccb3af9e99bdcffe5c8f8f;p=thirdparty%2Fcoreutils.git (parse_obsolescent_option): Use t_count_lines, not count_lines, in error message. --- diff --git a/src/tail.c b/src/tail.c index 1db47a1424..9ffba13d70 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);