changeset 2878:7a10d1538092

[gaim-migrate @ 2891] the workers are going home committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 12 Dec 2001 12:58:37 +0000
parents 403dd881dcc4
children 5fc5123b7098
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Tue Dec 11 16:57:29 2001 +0000
+++ b/src/protocols/yahoo/yahoo.c	Wed Dec 12 12:58:37 2001 +0000
@@ -474,7 +474,7 @@
 		l = l->next;
 	}
 
-	if (pkt->status == 1) {
+	if (pkt->status <= 1) {
 		char *m;
 		int i, j;
 		strip_linefeed(msg);