|
From: wasted <wa...@fi...> - 2004-02-22 10:47:39
|
wasted 2004/02/22 04:44:15 CST
Modified files:
src modcmd.c
Log:
Squish compile warning.
Revision Changes Path
1.3 +2 -2 wStats/src/modcmd.c
Index: modcmd.c
===================================================================
RCS file: /home/cvs/wstats/wStats/src/modcmd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- modcmd.c 31 Dec 2003 20:15:43 -0000 1.2
+++ modcmd.c 22 Feb 2004 10:44:15 -0000 1.3
@@ -18,7 +18,7 @@
* wStats is derrived from srvx (http://srvx.net), everything in here that's
* original srvx code, Copyrighted 2000-2003 srvx Development Team.
*
- * $Id: modcmd.c,v 1.2 2003/12/31 20:15:43 wasted Exp $
+ * $Id: modcmd.c,v 1.3 2004/02/22 10:44:15 wasted Exp $
*/
#include "conf.h"
@@ -326,7 +326,7 @@
struct timeval start, stop;
if (!statserv_module->helpfile_name) {
- send_message(user, bot, MCMSG_NO_HELPFILE, statserv_module->name);
+ send_message(user, bot, MCMSG_NO_HELPFILE);
return;
}
old_helpfile = statserv_module->helpfile;
|