aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-favicon-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-favicon-cache.c')
-rw-r--r--embed/ephy-favicon-cache.c2
1 files changed, 1 insertions, 1 deletions
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);
}