inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
This commit is contained in:
parent
a597aaddfa
commit
9f739445cd
28 changed files with 69 additions and 63 deletions
|
@ -166,7 +166,7 @@ int uudecode_main(int argc, char **argv)
|
|||
}
|
||||
outname++;
|
||||
}
|
||||
if (strcmp(outname, "-") == 0) {
|
||||
if (LONE_DASH(outname)) {
|
||||
dst_stream = stdout;
|
||||
} else {
|
||||
dst_stream = xfopen(outname, "w");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue