fix a bug on spurious output to console during fprintf reported by Evan Lavelle
This commit is contained in:
parent
68da03f9de
commit
20c375bcc2
|
|
@ -1130,7 +1130,7 @@ sh_fputsll(const char *input, FILE* outf)
|
|||
return result;
|
||||
}
|
||||
}
|
||||
if (outf == stdout) {
|
||||
else if (outf == stdout) {
|
||||
if (!outstringout)
|
||||
delstring = outstringout = copy(input);
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue