removed utf8.c utf8.h, going to move them from src/fe-text to here

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4090 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2005-11-23 18:17:11 +00:00 committed by vb
commit 870253e12c
3 changed files with 1 additions and 283 deletions

View file

@ -191,7 +191,7 @@ static char *log_items_get_list(LOG_REC *log)
GSList *tmp;
GString *str;
char *ret;
LOG_ITEM_REC *rec;
LOG_ITEM_REC *rec = NULL;
g_return_val_if_fail(log != NULL, NULL);
g_return_val_if_fail(log->items != NULL, NULL);