]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
whoops. rename the use, too -- not just the decl!!
authorJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 21:14:41 +0000 (21:14 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 21:14:41 +0000 (21:14 +0000)
src/sort.c

index 5acf3dcca593db1a56f2a68d33cb986b4177322d..d7abd6b16bfb248d784e7ca1554c54a2362053de 100644 (file)
@@ -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"));
     }