From 3f2b774e8e95b1b7257027b91a4c2d791f902c61 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 31 Mar 2005 12:29:42 +0000 Subject: [PATCH] silc_free -> g_free, crashfix. --- apps/irssi/src/silc/core/silc-cmdqueue.c | 2 +- lib/doc/silcclient_unicode.html | 2 +- lib/silcutil/DIRECTORY | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/irssi/src/silc/core/silc-cmdqueue.c b/apps/irssi/src/silc/core/silc-cmdqueue.c index 21fe833b..2e9092d7 100644 --- a/apps/irssi/src/silc/core/silc-cmdqueue.c +++ b/apps/irssi/src/silc/core/silc-cmdqueue.c @@ -12,7 +12,7 @@ void silc_queue_init(void) static void cmd_list_remove_cb(char *cmd) { - silc_free(cmd); + g_free(cmd); } static int cmd_queue_remove_cb(void *key, GSList *list) diff --git a/lib/doc/silcclient_unicode.html b/lib/doc/silcclient_unicode.html index 3d6ec561..3470b5ea 100644 --- a/lib/doc/silcclient_unicode.html +++ b/lib/doc/silcclient_unicode.html @@ -21,7 +21,7 @@ the strings to other character encoding if application does not support UTF-8 rendering on user interface. Also strings application sends to library, such as, nicknames, channel names, server names, host names, topic srings, any command argument, etc. must always be UTF-8 encoded -before they are sent to the library. The UTF-8 +before they are sent to the library. The UTF-8 routines help the application developer to encode and decode UTF-8 strings. diff --git a/lib/silcutil/DIRECTORY b/lib/silcutil/DIRECTORY index 6e178a56..66bfa4f9 100644 --- a/lib/silcutil/DIRECTORY +++ b/lib/silcutil/DIRECTORY @@ -16,6 +16,7 @@ @LINK=silcconfig.html:SILC Config Interface @LINK=silcfileutil.html:SILC File Util Interface @LINK=silcstrutil.html:SILC String Util Interface +@LINK=silcutf8.html:SILC UTF-8 Interface @LINK=silcutil.html:SILC Util Interface @LINK=silclist.html:SILC List Interface @LINK=silcdlist.html:SILC Dynamic List Interface -- 2.43.0