summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
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);