Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv9756
Modified Files:
proxy.c
Log Message:
moocow (transmission) says this is better
Index: proxy.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/proxy.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- proxy.c 2001/11/19 04:35:39 1.32
+++ proxy.c 2001/11/26 20:15:59 1.33
@@ -547,7 +547,7 @@
return;
}
- if ((buf[0] != 0x01) || (buf[1] == 0x00)) {
+ if ((buf[0] != 0x01) || (buf[1] != 0x00)) {
close(source);
phb->func(phb->data, -1, GAIM_INPUT_READ);
g_free(phb->host);
|