aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 8b7de74ff..06512119e 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -166,7 +166,7 @@ int uudecode_main(int argc, char **argv)
166 } 166 }
167 outname++; 167 outname++;
168 } 168 }
169 if (strcmp(outname, "-") == 0) { 169 if (LONE_DASH(outname)) {
170 dst_stream = stdout; 170 dst_stream = stdout;
171 } else { 171 } else {
172 dst_stream = xfopen(outname, "w"); 172 dst_stream = xfopen(outname, "w");