Fixed format string.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 7 Aug 2007 18:15:35 +0000 (18:15 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 7 Aug 2007 18:15:35 +0000 (18:15 +0000)
CHANGES
apps/irssi/src/fe-common/silc/module-formats.c

diff --git a/CHANGES b/CHANGES
index bd631bd71aad6ed63fea75e349dd54e6832386d3..334e4f579fff20f5c272acdb0027237f74cad109 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,12 @@
-Sat Aug  4 18:37:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+Tue Aug  7 20:56:06 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed alignment issues with 64-bit CPUs.  Affected files
+         are lib/silcutil/silcschedule.c and unix/silcunixschedule.c.
+
+       * Added "There are now xx nick's" to "are xx nicks".  Affected
+         file is apps/irssi/src/fe-common/silc/module-formats.c.
+
+Sat Aug 4 18:37:22 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed USERS command user mode handling (integer overflow).
          Affected file is lib/silcclient/command_reply.c.
index 40c7d7894dd2a0ae4954de90786d79c4ea495908..2859b9341096ce319788cd0d9cd8b4147e07ed0b 100644 (file)
@@ -108,7 +108,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "notice_private_signed", "{notice {flag_signed}$0{pvtnotice_host $1}}$2", 3, { 0, 0, 0 } },
        { "notice_private_unknown", "{notice {flag_unknown}$0{pvtnotice_host $1}}$2", 3, { 0, 0, 0 } },
        { "notice_private_failed", "{notice {flag_failed}$0{pvtnotice_host $1}}$2", 3, { 0, 0, 0 } },
-       { "many", "There are now $0 {channick_hilight $1}'s on this channel", 2, { 0, 0 } },
+       { "many", "There are now $0 {channick_hilight $1}s on this channel", 2, { 0, 0 } },
        { "user_appears", "{channick_hilight $0} will appear as {channick_hilight $1}", 2, { 0, 0 } },