mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
parent
2ffd9c1409
commit
89d3cd8a0e
1 changed files with 4 additions and 3 deletions
|
@ -94,11 +94,12 @@ int main(int argc, char *argv[])
|
|||
rsp[nb] = '\0';
|
||||
if (rsp[0] == FAILURE_MESSAGE[0]) {
|
||||
ret = EXIT_FAILURE;
|
||||
printf("%s", rsp + 1);
|
||||
fprintf(stderr, "%s", rsp + 1);
|
||||
fflush(stderr);
|
||||
} else {
|
||||
printf("%s", rsp);
|
||||
fprintf(stdout, "%s", rsp);
|
||||
fflush(stdout);
|
||||
}
|
||||
fflush(stdout);
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue