1 2 3 4 5 6 7 8 9 10 11
--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000 +++ src/kanji_conv.c Sun Oct 29 12:42:15 2000 @@ -117,7 +117,7 @@ return strdup(str); } gchar * -kanji_conv(gchar *str, gint from_code, gint to_code) +kanji_conv(gchar **str, gint from_code, gint to_code) { #ifdef TRACE_FUNCTION printf("kanji_conv, did nothing.\n");