From e851a106735a5498b3607a029a3091fd74879f3e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 27 Nov 2017 00:12:46 +0100 Subject: Use ImageStore to get image size --- src/narrative_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/narrative_window.c') diff --git a/src/narrative_window.c b/src/narrative_window.c index 1552845..c93cba9 100644 --- a/src/narrative_window.c +++ b/src/narrative_window.c @@ -169,7 +169,7 @@ static struct template_id *get_templates(SCBlock *ss, int *n) struct template_id *list; SCInterpreter *scin; - scin = sc_interp_new(NULL, NULL, NULL); + scin = sc_interp_new(NULL, NULL, NULL, NULL); sc_interp_run_stylesheet(scin, ss); /* ss == NULL is OK */ list = sc_interp_get_templates(scin, n); sc_interp_destroy(scin); -- cgit v1.2.3