summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 21:14:41 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 21:14:41 +0000
commit8973e2b38c75aed10a96ab7185c6f5610f3007f9 (patch)
tree1394368b5422b6ffc72fd889cb822721a86d65ca /src/sort.c
parentdf52f23ebffce9e06b127fe58be16a402893e5ce (diff)
downloadcoreutils-8973e2b38c75aed10a96ab7185c6f5610f3007f9.tar.xz
whoops. rename the use, too -- not just the decl!!
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 5acf3dcca..d7abd6b16 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -1438,7 +1438,7 @@ finish:
{
char hr_buf[LONGEST_HUMAN_READABLE + 1];
fprintf (stderr, _("%s: %s:%s: disorder: "), program_name, file_name,
- human_readable (disorder_line_number, buf, 1, 1));
+ human_readable (disorder_line_number, hr_buf, 1, 1));
write_bytes (disorder_line->text, disorder_line->length, stderr,
_("standard error"));
}