From aefa03aed9333906dd0f3db794b79dcf41796729 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Mon, 24 Mar 2008 01:35:13 +0000 Subject: Save non-opaque images with a proper mask/full alpha channel svn path=/trunk/netsurf/; revision=4047 --- riscos/wimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/wimp.c') diff --git a/riscos/wimp.c b/riscos/wimp.c index a45454606..cc22c1091 100644 --- a/riscos/wimp.c +++ b/riscos/wimp.c @@ -424,7 +424,7 @@ void ro_gui_set_icon_decimal(wimp_w w, wimp_i i, int value, int decimal_places) sprintf(buffer, "%.2f", (float)value / 100); break; default: - assert("Unsupported decimal format"); + assert(!"Unsupported decimal format"); break; } ro_gui_set_icon_string(w, i, buffer); -- cgit v1.2.3