diff options
Diffstat (limited to 'coreutils/du.c')
-rw-r--r-- | coreutils/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index a1ca5b59b..a4b3c817e 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -222,7 +222,7 @@ int du_main(int argc, char **argv) | |||
222 | /* go through remaining args (if any) */ | 222 | /* go through remaining args (if any) */ |
223 | argv += optind; | 223 | argv += optind; |
224 | if (optind >= argc) { | 224 | if (optind >= argc) { |
225 | *--argv = "."; | 225 | *--argv = (char*)"."; |
226 | if (slink_depth == 1) { | 226 | if (slink_depth == 1) { |
227 | slink_depth = 0; | 227 | slink_depth = 0; |
228 | } | 228 | } |