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.9,1.10


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.9,1.10
Date: Tue, 14 Jan 2003 17:17:31 -0500

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

Modified Files:
        yahoo.c 
Log Message:
s/eb_parse_incomming_message/eb_parse_incoming_message


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yahoo.c     14 Jan 2003 20:00:02 -0000      1.9
+++ yahoo.c     14 Jan 2003 22:17:27 -0000      1.10
@@ -757,7 +757,7 @@
                        }
                        receiver = yahoo_find_local_account_by_id(id);
                        eb_yahoo_decode_yahoo_colors(buff, newmessage);
-                       eb_parse_incomming_message(receiver, sender, 
&SERVICE_INFO, buff);
+                       eb_parse_incoming_message(receiver, sender, 
&SERVICE_INFO, buff);
                        LOG(("<incoming offline message: %s: %s>", who, msg));
 
                } else {
@@ -773,7 +773,7 @@
 
                        LOG(("<incoming message: %s: %s>", who, msg));
                        eb_yahoo_decode_yahoo_colors(buff, msg);
-                       eb_parse_incomming_message(receiver, sender, 
&SERVICE_INFO, buff);
+                       eb_parse_incoming_message(receiver, sender, 
&SERVICE_INFO, buff);
 
                }
        }





reply via email to

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