mirror of
https://github.com/mmhobi7/xwinwrap.git
synced 2026-09-10 07:16:15 -04:00
more debug logs
This commit is contained in:
parent
44d30d1293
commit
880ec2e4ee
|
|
@ -469,9 +469,11 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
chdir("/");
|
||||
close(STDIN_FILENO);
|
||||
close(STDOUT_FILENO);
|
||||
close(STDERR_FILENO);
|
||||
if (!debug) {
|
||||
close(STDIN_FILENO);
|
||||
close(STDOUT_FILENO);
|
||||
close(STDERR_FILENO);
|
||||
}
|
||||
}
|
||||
|
||||
for (i = i + 1; i < argc; i++)
|
||||
|
|
|
|||
Loading…
Reference in a new issue