--- a/libpurple/protocols/yahoo/ycht.c Wed Nov 07 11:23:03 2007 +0000 +++ b/libpurple/protocols/yahoo/ycht.c Sat Nov 10 12:10:04 2007 +0000 @@ -474,7 +474,7 @@ return; tmp = g_strdup_printf(_("Lost connection with server\n%s"), - strerror(errno)); + g_strerror(errno)); ycht_connection_error(ycht, tmp); g_free(tmp); return;