libpurple/protocols/yahoo/ycht.c

branch
cpw.resiak.disconnectreason
changeset 21503
b3cad646ba4a
parent 21279
40685e1f50ca
parent 21389
e1dd8142bb87
child 27335
06a805d4e690
--- 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;

mercurial