* citadel_decls.h: fixed the new logoff() macro
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 25 Jul 2004 16:16:19 +0000 (16:16 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 25 Jul 2004 16:16:19 +0000 (16:16 +0000)
citadel/ChangeLog
citadel/citadel_decls.h

index cf423251af2c2d812c9f78cba671fa6ce46b95df..44e86039b5f4deb7398464c9fcc54f0973247a02 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 623.7  2004/07/25 16:16:19  error
+ * citadel_decls.h: fixed the new logoff() macro
+
  Revision 623.6  2004/07/24 05:11:52  ajc
  * citadel.c: temporarily commented out the signal() call for SIGHUP because
    it is causing the client not to work at all on Linux 2.6 (or at least on
@@ -5929,4 +5932,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index 26ffd01d37baef2f0f719564d6b70b1119a6b6e9..9a50aabc92f8a6f67fea539d538ebbe97f3f13fc 100644 (file)
@@ -27,7 +27,7 @@ extern char rc_alt_semantics;
 extern char rc_reply_extedit;
 extern char instant_msgs;
 void ctdl_logoff(char *file, int line, CtdlIPC *ipc, int code);
-#define logoff(ipc, code)      ctdl_logoff(__FILE__, __LINE__, ipc, code)
+#define logoff(ipc, code)      ctdl_logoff(__FILE__, __LINE__, (ipc), (code))
 void formout(CtdlIPC *ipc, char *name);
 void sighandler(int which_sig);
 extern int secure;