ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.24,1.25


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.24,1.25
Date: Sun, 23 Mar 2003 07:22:46 -0500

Update of /cvsroot/ayttm/ayttm/modules/aim-toc
In directory subversions:/tmp/cvs-serv10312/modules/aim-toc

Modified Files:
        aim-toc.c 
Log Message:
avoid namespace collisions


Index: aim-toc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/aim-toc/aim-toc.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- aim-toc.c   17 Mar 2003 14:44:49 -0000      1.24
+++ aim-toc.c   23 Mar 2003 12:22:43 -0000      1.25
@@ -502,7 +502,7 @@
 static void eb_aim_new_user(char * group, char * handle)
 {
        eb_account * ea = find_account_by_handle( handle, 
SERVICE_INFO.protocol_id );
-
+printf("AIM_NEW_USER\n");
        if(!ea)
        {
                grouplist * gl = find_grouplist_by_name(group);





reply via email to

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