From b6d7b3cf3665736f5e29df178221f99a4eb24be5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 31 Aug 2011 19:44:25 +0000 Subject: fix build svn path=/trunk/netsurf/; revision=12693 --- amiga/icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/icon.c b/amiga/icon.c index eb6725efc..07dd9db2b 100644 --- a/amiga/icon.c +++ b/amiga/icon.c @@ -231,7 +231,7 @@ bool amiga_icon_convert(struct content *c) if(dobj) FreeDiskObject(dobj); return false; } - imagebuf = (ULONG *) bitmap_get_buffer(c->bitmap); + imagebuf = (ULONG *) bitmap_get_buffer(icon_c->bitmap); if (!imagebuf) { msg_data.error = messages_get("NoMemory"); content_broadcast(c, CONTENT_MSG_ERROR, msg_data); -- cgit v1.2.3