ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.31,1.32


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.31,1.32
Date: Thu, 13 Mar 2003 05:54:58 -0500

Update of /cvsroot/ayttm/ayttm/modules/workwizu
In directory subversions:/tmp/cvs-serv13696

Modified Files:
        workwizu.c 
Log Message:
sig11


Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- workwizu.c  26 Feb 2003 16:15:36 -0000      1.31
+++ workwizu.c  13 Mar 2003 10:54:37 -0000      1.32
@@ -935,6 +935,8 @@
        room->fellows = NULL;
        for (all = wwz_contacts; all != NULL && all->data != NULL; all = 
all->next) {
                eb_account * ea = (eb_account *)find_account_by_handle((char 
*)all->data, SERVICE_INFO.protocol_id);
+               if (!ea) 
+                       return;
                eb_chat_room_buddy_arrive(room, ea->account_contact->nick, 
ea->handle);
        }
 }





reply via email to

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