From 658084359d02596b425a27ac4c452ff65f73e1f8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 26 Jan 2004 14:16:23 +0000 Subject: [project @ 2004-01-26 14:16:23 by bursa] Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508 --- content/fetchcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchcache.h') diff --git a/content/fetchcache.h b/content/fetchcache.h index cbd447aa1..37d3e1f18 100644 --- a/content/fetchcache.h +++ b/content/fetchcache.h @@ -27,7 +27,7 @@ struct content * fetchcache(const char *url, char *referer, void (*callback)(content_msg msg, struct content *c, void *p1, void *p2, const char *error), void *p1, void *p2, unsigned long width, unsigned long height, - bool only_2xx + bool no_error_pages #ifdef WITH_POST , char *post_urlenc, struct form_successful_control *post_multipart -- cgit v1.2.3