1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

(checkfp): Rename local `buf' to avoid shadowing previous declaration.

This commit is contained in:
Jim Meyering
2000-12-02 21:14:02 +00:00
parent 8b4ac20908
commit 5edc91fc05
+1 -1
View File
@@ -1436,7 +1436,7 @@ finish:
if (disorder_line_number)
{
char buf[LONGEST_HUMAN_READABLE + 1];
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));
write_bytes (disorder_line->text, disorder_line->length, stderr,