]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add format args to match new %lu directives
authorJim Meyering <jim@meyering.net>
Sat, 20 May 2000 15:37:26 +0000 (15:37 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 May 2000 15:37:26 +0000 (15:37 +0000)
src/remove.c

index 593feba1c960886ee96011244510d18be617d471..28fee4d51f84901630bff13443054829f703776e 100644 (file)
@@ -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));
       }
   }