Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv9536/protocols/yahoo
Modified Files:
yahoo.c
Log Message:
the workers are going home
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- yahoo.c 2001/12/11 16:37:07 1.25
+++ yahoo.c 2001/12/12 12:58:37 1.26
@@ -474,7 +474,7 @@
l = l->next;
}
- if (pkt->status == 1) {
+ if (pkt->status <= 1) {
char *m;
int i, j;
strip_linefeed(msg);
|