changeset 26795:ca7daa65bf0d

mime.c: In function ¡Ædoc_parts_load¡Ç: mime.c:441: warning: passing argument 1 of ¡Æg_free¡Ç discards qualifiers from pointer target type
author Paul Aurich <paul@darkrain42.org>
date Sun, 03 May 2009 06:50:44 +0000
parents cf44519c2eb4
children 0924698e2362 8b40c704de71
files libpurple/mime.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/mime.c	Sun May 03 06:45:46 2009 +0000
+++ b/libpurple/mime.c	Sun May 03 06:50:44 2009 +0000
@@ -403,7 +403,7 @@
 	char *b = (char *) buf;
 	gsize n = len;
 
-	const char *bnd;
+	char *bnd;
 	gsize bl;
 
 	bnd = g_strdup_printf("--%s", boundary);