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.42,1.43


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.42,1.43
Date: Fri, 14 Mar 2003 03:27:21 -0500

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

Modified Files:
        yahoo.c 
Log Message:
commit Philip's change


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- yahoo.c     11 Feb 2003 06:21:59 -0000      1.42
+++ yahoo.c     14 Mar 2003 08:26:40 -0000      1.43
@@ -1935,7 +1935,7 @@
 
                        LOG(("cache: looking at %s\n", bud->id));
 
-                       if (!strcmp(bud->id, ea->handle)) {
+                       if (!strcasecmp(bud->id, ea->handle)) {
                                LOG(("buddy %s exists, not adding", 
ea->handle));
                                if(!i && !bud->real_name && ea->account_contact 
&& ea->account_contact->nick) {
                                        eb_yahoo_set_buddy_nick(ylad, bud, 
ea->account_contact->nick);





reply via email to

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