summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:06:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:06:23 +0000
commit435c39083e26c646e18fd097d417d667aebea8fe (patch)
treee48d6b636dbb050896bb0974edcddc518625c9ea /riscos
parent7bab4d244646b11e21a86dbe0a03fdd5ed3cfd7b (diff)
downloadnetsurf-435c39083e26c646e18fd097d417d667aebea8fe.tar.gz
netsurf-435c39083e26c646e18fd097d417d667aebea8fe.tar.bz2
[project @ 2003-06-06 02:06:23 by jmb]
Remove spurious assert. Comment out annoying logging macro svn path=/import/netsurf/; revision=167
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gif.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/riscos/gif.c b/riscos/gif.c
index b693aadd6..60a993d36 100644
--- a/riscos/gif.c
+++ b/riscos/gif.c
@@ -10,7 +10,7 @@
* Add better error handling
* - especially where bad GIFs are concerned.
*
- * $Id: gif.c,v 1.2 2003/06/05 14:49:48 philpem Exp $
+ * $Id: gif.c,v 1.3 2003/06/06 02:06:23 jmb Exp $
*/
#include <assert.h>
@@ -212,7 +212,7 @@ int nsgif_convert(struct content *c, unsigned int width, unsigned int height)
{
LOG(("error: gif line %d - error %d", i, GifLastError()));
LOG(("exp height = %d, width = %d", height, width));
- assert(1 == 2);
+// assert(1 == 2);
}
// TODO: ^^^ better error checking
LOG(("gif line %d", i));
@@ -308,7 +308,10 @@ void nsgif_redraw(struct content *c, long x, long y,
int size;
osspriteop_trans_tab *table;
+/* JMB - lose this, it's filling my error log up too quickly ;)
+
LOG(("Redraw fired"));
+*/
xcolourtrans_generate_table_for_sprite(c->data.gif.sprite_area,
(osspriteop_id) (c->data.gif.sprite_area + 1),