# HG changeset patch # User John Bailey # Date 1228617417 0 # Node ID 1f9700b825a44407b945b5ecc4aecff09440a554 # Parent 9ffd54bf622a16736c9aafcc60b758fe5684c545 Sadrul pointed out that I'm less than bright today and let a // comment slip in. diff -r 9ffd54bf622a -r 1f9700b825a4 libpurple/protocols/zephyr/zephyr.c --- a/libpurple/protocols/zephyr/zephyr.c Sun Dec 07 02:12:00 2008 +0000 +++ b/libpurple/protocols/zephyr/zephyr.c Sun Dec 07 02:36:57 2008 +0000 @@ -1673,7 +1673,7 @@ purple_debug_info("zephyr", "about to read from tzc\n"); - if (waitpid(pid, NULL, WNOHANG) == 0) { // Only select if tzc is still running + if (waitpid(pid, NULL, WNOHANG) == 0) { /* Only select if tzc is still running */ purple_debug_info("zephyr", "about to read from tzc\n"); select_status = select(zephyr->fromtzc[ZEPHYR_FD_READ] + 1, &rfds, NULL, NULL, NULL); }