summaryrefslogtreecommitdiff
path: root/riscos/url_complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/url_complete.c')
-rw-r--r--riscos/url_complete.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/url_complete.c b/riscos/url_complete.c
index d810f8844..13b489e8a 100644
--- a/riscos/url_complete.c
+++ b/riscos/url_complete.c
@@ -560,7 +560,8 @@ void ro_gui_url_complete_redraw(wimp_draw *redraw)
/* no matches? no redraw */
if (!url_complete_matches) {
LOG(("Attempt to redraw with no matches made"));
- ro_gui_user_redraw(redraw, false, NULL);
+ /* Fill is never used, so make it something obvious */
+ ro_gui_user_redraw(redraw, false, os_COLOUR_BLACK);
return;
}