pidgin/plugins/crazychat/cc_network.c

changeset 21975
721ddc236ce5
parent 15884
4de1981757fc
child 31294
73607ab89c6f
--- a/pidgin/plugins/crazychat/cc_network.c	Tue Dec 18 06:29:46 2007 +0000
+++ b/pidgin/plugins/crazychat/cc_network.c	Tue Dec 18 07:37:55 2007 +0000
@@ -529,7 +529,7 @@
 	while (total < len) {
 		n = send(s, buf + total, bytesleft, 0);
 		if (n == -1) {
-			Debug("ERROR: %s\n", strerror(errno));
+			Debug("ERROR: %s\n", g_strerror(errno));
 			return -1;
 		}
 		total += n;

mercurial