From: Jim Meyering Date: Sat, 2 Dec 2000 21:14:41 +0000 (+0000) Subject: whoops. rename the use, too -- not just the decl!! X-Git-Tag: TEXTUTILS-2_0_9~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8973e2b38c75aed10a96ab7185c6f5610f3007f9;p=thirdparty%2Fcoreutils.git whoops. rename the use, too -- not just the decl!! --- diff --git a/src/sort.c b/src/sort.c index 5acf3dcca5..d7abd6b16b 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")); }