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.47,1.48


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.47,1.48
Date: Fri, 21 Mar 2003 06:19:09 -0500

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

Modified Files:
        yahoo.c 
Log Message:
remove some warnings, disable icq by default

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- yahoo.c     20 Mar 2003 09:18:58 -0000      1.47
+++ yahoo.c     21 Mar 2003 11:19:07 -0000      1.48
@@ -256,13 +256,13 @@
        int away;
 } eb_yahoo_local_account_data;
 
-static void free_yahoo_local_account(eb_yahoo_local_account_data * yla)
+/*static void free_yahoo_local_account(eb_yahoo_local_account_data * yla)
 {
        if(yla->status_message)
                free(yla->status_message);
 
        free(yla);
-}
+}*/
 
 typedef struct {
        int id;
@@ -1003,7 +1003,7 @@
        eb_yahoo_local_account_data * ylad = ela->protocol_local_account_data;
        eb_yahoo_chat_room_data *ycrd;
        eb_account *ea = find_account_by_handle(who, SERVICE_INFO.protocol_id);
-       char buff[1024];
+/*     char buff[1024];*/
        YList * l;
 
        if(!strcmp(who, ylad->act_id))
@@ -1034,7 +1034,7 @@
 {
        eb_chat_room *chat_room = find_chat_room_by_id(room);
        eb_yahoo_chat_room_data *ycrd;
-       char buff[1024];
+/*     char buff[1024]; */
        const YList * l;
 
        if(!chat_room)





reply via email to

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