mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 07:12:30 -04:00
add format args to match new %lu directives
This commit is contained in:
@@ -745,7 +745,9 @@ numbers %lu/%lu, but now (after a chdir into it), the numbers for `.'\n\
|
||||
are %lu/%lu. That means that while rm was running, the directory\n\
|
||||
was replaced with either another directory or a link to another directory."),
|
||||
full_filename (dir_name),
|
||||
(unsigned long)(fs->st_dev),
|
||||
(unsigned long)(fs->st_ino),
|
||||
(unsigned long)(sb.st_dev),
|
||||
(unsigned long)(sb.st_ino));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user