changeset 21863:7e833250a0ef

Add a comment that I took this from glib
author Mark Doliner <mark@kingant.net>
date Tue, 18 Dec 2007 08:44:35 +0000
parents ae58ffd5e929
children e5208b29d807
files libpurple/util.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/util.c	Tue Dec 18 08:42:41 2007 +0000
+++ b/libpurple/util.c	Tue Dec 18 08:44:35 2007 +0000
@@ -4257,6 +4257,10 @@
 	return g_string_free(workstr, FALSE);
 }
 
+/*
+ * This function is copied from g_strerror() but changed to use
+ * gai_strerror().
+ */
 G_CONST_RETURN gchar *
 purple_gai_strerror(gint errnum)
 {