From d73e3bb581deb1e1b9645780785bc78af3796b41 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 20 Sep 2007 02:43:17 +0000 Subject: removed all warnings output with -Wall. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d --- src/ldif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ldif.c') diff --git a/src/ldif.c b/src/ldif.c index 21c74478..805b1a54 100644 --- a/src/ldif.c +++ b/src/ldif.c @@ -628,7 +628,7 @@ static gchar *ldif_conv_base64( gchar *buf ) { gint len; outbuf = g_malloc(strlen(buf) + 1); - len = base64_decode(outbuf, buf, -1); + len = base64_decode((guchar *)outbuf, buf, -1); outbuf[len] = '\0'; if (g_utf8_validate(outbuf, -1, NULL)) return outbuf; -- cgit v1.2.3