(parse_obsolescent_option): Use t_count_lines, not
authorJim Meyering <jim@meyering.net>
Tue, 15 May 2001 15:45:58 +0000 (15:45 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 May 2001 15:45:58 +0000 (15:45 +0000)
count_lines, in error message.

src/tail.c

index 1db47a1..9ffba13 100644 (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);