ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.35,1.36


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.35,1.36
Date: Thu, 30 Jan 2003 03:23:23 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv3448/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
remove SERVICE_INFO from eb_parse_incoming_message

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- yahoo.c     30 Jan 2003 07:27:57 -0000      1.35
+++ yahoo.c     30 Jan 2003 08:23:19 -0000      1.36
@@ -775,7 +775,7 @@
                        }
                        receiver = yahoo_find_local_account_by_id(id);
                        eb_yahoo_decode_yahoo_colors(buff, newmessage);
-                       eb_parse_incoming_message(receiver, sender, 
&SERVICE_INFO, buff);
+                       eb_parse_incoming_message(receiver, sender, buff);
                        LOG(("<incoming offline message: %s: %s>", who, umsg));
 
                } else {
@@ -791,7 +791,7 @@
 
                        LOG(("<incoming message: %s: %s>", who, umsg));
                        eb_yahoo_decode_yahoo_colors(buff, umsg);
-                       eb_parse_incoming_message(receiver, sender, 
&SERVICE_INFO, buff);
+                       eb_parse_incoming_message(receiver, sender, buff);
 
                }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]