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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user