From bd70eefe6c1597978b3e67a30b438ee2fdce1a3e Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Fri, 31 Mar 2017 08:31:50 +1000 Subject: [PATCH] fix typo --- www_msgs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www_msgs.c b/www_msgs.c index 7887270..101329a 100644 --- a/www_msgs.c +++ b/www_msgs.c @@ -483,7 +483,7 @@ char *www_msgs_messageview(struct user_record *user, int conference, int area, i insz = jmh.TxtLen; outsz = jmh.TxtLen * 2; - memxet(aha_text, 0, (jmh.TxtLen + 1) * 2); + memset(aha_text, 0, (jmh.TxtLen + 1) * 2); ic = iconv_open("UTF-8", "CP437"); iconv(ic, &iconv_cp437, &insz, &iconv_text, &outsz);