From 08477cd1a9ef1958f993bb626339d6a96b85d0b8 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 13 Aug 2005 10:49:03 +0000 Subject: More gcc4 fixes. 2005-08-13 Christian Persch * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): * lib/ephy-dnd.c: (ephy_dnd_drag_data_get): More gcc4 fixes. --- embed/ephy-favicon-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-favicon-cache.c') diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 7ff754afc..e720bb7a8 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -749,7 +749,7 @@ ephy_favicon_cache_get (EphyFaviconCache *cache, { if (g_file_get_contents (pix_file, &buf, &count, NULL)) { - gdk_pixbuf_loader_write (loader, buf, count, NULL); + gdk_pixbuf_loader_write (loader, (const guchar *) buf, count, NULL); g_free (buf); } -- cgit v1.2.3