1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

Merge branch 'master' of git.omp.am:/home/omp/git/conky

This commit is contained in:
Cesare Tirabassi 2009-07-29 18:04:57 +02:00
commit 7bfff20e5d

View File

@ -675,6 +675,7 @@ FILE* pid_popen(const char *command, const char *mode, pid_t *child) {
return NULL;
} else if(*child > 0) {
close(childend);
waitpid(*child, NULL, WNOHANG);
} else {
//don't read from both stdin and pipe or write to both stdout and pipe
if(childend == ends[0]) {