pidgin: 4ff02881: Sadrul pointed out that I'm less than br...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Dec 6 21:40:30 EST 2008


-----------------------------------------------------------------
Revision: 4ff028813f413133586393038d63ee3d565450a5
Ancestor: 63e48c6f46a0639762084aace5a8aa75900a32d4
Author: rekkanoryo at pidgin.im
Date: 2008-12-07T02:36:57
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4ff028813f413133586393038d63ee3d565450a5

Modified files:
        libpurple/protocols/zephyr/zephyr.c

ChangeLog: 

Sadrul pointed out that I'm less than bright today and let a // comment slip in.

-------------- next part --------------
============================================================
--- libpurple/protocols/zephyr/zephyr.c	ac38b979f642539a5a323c876ac9b44724bb7742
+++ libpurple/protocols/zephyr/zephyr.c	1170d287caebcc0007f6508b532041a56e0aefc7
@@ -1673,7 +1673,7 @@ static void zephyr_login(PurpleAccount *
 
 			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);
 			}


More information about the Commits mailing list