From 9ad74ad786699e3020cd9f684d4bc4646bfacae5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 17 Sep 2010 19:11:53 +0000 Subject: Remove bogus assertion svn path=/trunk/netsurf/; revision=10793 --- render/textplain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index 920368634..716ee24da 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -474,9 +474,9 @@ void textplain_mouse_action(struct content *c, struct browser_window *bw, } } - assert(status); + if (status != NULL) + browser_window_set_status(bw, status); - browser_window_set_status(bw, status); browser_window_set_pointer(bw->window, pointer); } -- cgit v1.2.3