ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/zephyr zephyr_mod.c,1.3,1.4


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/zephyr zephyr_mod.c,1.3,1.4
Date: Thu, 30 Jan 2003 03:23:23 -0500

Update of /cvsroot/ayttm/ayttm/modules/zephyr
In directory subversions:/tmp/cvs-serv3448/modules/zephyr

Modified Files:
        zephyr_mod.c 
Log Message:
remove SERVICE_INFO from eb_parse_incoming_message

Index: zephyr_mod.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/zephyr/zephyr_mod.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zephyr_mod.c        16 Jan 2003 09:51:04 -0000      1.3
+++ zephyr_mod.c        30 Jan 2003 08:23:19 -0000      1.4
@@ -281,10 +281,6 @@
 #  define ZEPHYR_SENDER (account->handle)
 #endif
 
-/* Ack!  Spelling error!  Using this macro until corrected. */
-#define eb_parse_incoming_message(local_acc,remote_acc,color,message) \
-        eb_parse_incoming_message(local_acc,remote_acc,color,message)
-
 /* Use our own "com_err" function */
 #define com_err zephyr_com_err
 
@@ -1375,7 +1371,7 @@
           z_message) ;
 #endif
   ZFreeNotice(&notice) ;
-  eb_parse_incoming_message(account, account_r, &SERVICE_INFO, z_message) ;
+  eb_parse_incoming_message(account, account_r, z_message) ;
 
   if((ZEPHYR_LOCAL_STATUS == ZEPHYR_AWAY) 
      && ZEPHYR_LOCAL_AWAY_MSG





reply via email to

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