From: <the...@us...> - 2007-03-10 21:29:05
|
Revision: 18201 http://svn.sourceforge.net/gaim/?rev=18201&view=rev Author: thekingant Date: 2007-03-10 13:29:04 -0800 (Sat, 10 Mar 2007) Log Message: ----------- Thanks Ka-Hing! Modified Paths: -------------- trunk/libgaim/util.c Modified: trunk/libgaim/util.c =================================================================== --- trunk/libgaim/util.c 2007-03-07 02:36:48 UTC (rev 18200) +++ trunk/libgaim/util.c 2007-03-10 21:29:04 UTC (rev 18201) @@ -3153,7 +3153,7 @@ gaim_input_remove(gfud->inpa); gfud->inpa = 0; close(gfud->fd); - gfud->fd = 0; + gfud->fd = -1; g_free(gfud->website.user); g_free(gfud->website.passwd); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |