summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/css.c b/css/css.c
index 473ea488a..6882e7fa8 100644
--- a/css/css.c
+++ b/css/css.c
@@ -266,7 +266,7 @@ css_error nscss_convert_css_data(struct content_css_data *c, int w, int h)
while (c->imports[i].c != NULL &&
content_get_status(c->imports[i].c) !=
CONTENT_STATUS_DONE) {
- fetch_poll();
+ llcache_poll();
gui_multitask();
}