Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2007-05-20 14:01:17 UTC

Modified files:
  Tag: u2_10_12_branch
     ircd/s_err.c ChangeLog

Log message:

Fix SF#1701361 by taking one of weibe's suggestion actions (adding %s to 
ERR_DONTCHEAT).

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.186 ircu2.10/ChangeLog:1.710.2.187
--- ircu2.10/ChangeLog:1.710.2.186      Sun May 20 06:55:59 2007
+++ ircu2.10/ChangeLog  Sun May 20 07:01:07 2007
@@ -1,5 +1,9 @@
 2007-05-20  Michael Poole <[EMAIL PROTECTED]>
 
+       * ircd/s_err.c (ERR_DONTCHEAT): Add apparently missing %s.
+       
+2007-05-20  Michael Poole <[EMAIL PROTECTED]>
+
        * ircd/m_connect.c (mo_connect): Return an error to a locop who
        tries to do a remote connect.
 
Index: ircu2.10/ircd/s_err.c
diff -u ircu2.10/ircd/s_err.c:1.72.2.5 ircu2.10/ircd/s_err.c:1.72.2.6
--- ircu2.10/ircd/s_err.c:1.72.2.5      Sat Mar 17 15:45:35 2007
+++ ircu2.10/ircd/s_err.c       Sun May 20 07:01:07 2007
@@ -18,7 +18,7 @@
  */
 /** @file
  * @brief Error handling support.
- * @version $Id: s_err.c,v 1.72.2.5 2007/03/17 22:45:35 klmitch Exp $
+ * @version $Id: s_err.c,v 1.72.2.6 2007/05/20 14:01:07 entrope Exp $
  */
 #include "config.h"
 
@@ -1064,7 +1064,7 @@
 /* 515 */
   { ERR_BADEXPIRE, "%Tu :Bad expire time", "515" },
 /* 516 */
-  { ERR_DONTCHEAT, " :Don't Cheat.", "516" },
+  { ERR_DONTCHEAT, "%s :Don't Cheat.", "516" },
 /* 517 */
   { ERR_DISABLED, "%s :Command disabled.", "517" },
 /* 518 */
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to