aboutsummaryrefslogtreecommitdiff
path: root/coreutils/fold.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-29 22:51:00 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-29 22:51:00 +0000
commita41fdf331af344ecd3ec230a072857ea197e1890 (patch)
tree70ffff0b7f48b35a70b8b04253abe9118ded6026 /coreutils/fold.c
parente935602ff5d5a45be56585b8bad44194c3e837a3 (diff)
downloadbusybox-w32-a41fdf331af344ecd3ec230a072857ea197e1890.tar.gz
busybox-w32-a41fdf331af344ecd3ec230a072857ea197e1890.tar.bz2
busybox-w32-a41fdf331af344ecd3ec230a072857ea197e1890.zip
preparatory patch for -Wwrite-strings #1
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r--coreutils/fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c
index fd7298169..490882f6d 100644
--- a/coreutils/fold.c
+++ b/coreutils/fold.c
@@ -66,7 +66,7 @@ int fold_main(int argc, char **argv)
66 66
67 argv += optind; 67 argv += optind;
68 if (!*argv) { 68 if (!*argv) {
69 *--argv = "-"; 69 *--argv = (char*)"-";
70 } 70 }
71 71
72 do { 72 do {