]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(count_entry): Remove cast of savedir arg.
authorJim Meyering <jim@meyering.net>
Sun, 8 Aug 1999 10:15:06 +0000 (10:15 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 8 Aug 1999 10:15:06 +0000 (10:15 +0000)
src/du.c

index dc265ba35272fc7f8ce18349a02b10ec4e9e08e7..a5c5888c1e04e7ce78dcd301d800d8c7c0d61224 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -512,7 +512,7 @@ count_entry (const char *ent, int top, dev_t last_dev, int depth)
        }
 
       errno = 0;
-      name_space = savedir (".", (unsigned int) stat_buf.st_size);
+      name_space = savedir (".", stat_buf.st_size);
       if (name_space == NULL)
        {
          if (errno)