mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
This update includes the 0.20.3pre3 code
This commit is contained in:
@@ -224,7 +224,7 @@ main(int argc, char **argv)
|
||||
if (buf == NULL) {
|
||||
status = 1;
|
||||
} else {
|
||||
if (write(STDIN_FILENO, buf, l) == -1)
|
||||
if (write(STDOUT_FILENO, buf, l) == -1)
|
||||
status = errno;
|
||||
else
|
||||
status = 0;
|
||||
|
||||
Reference in New Issue
Block a user