From 6b803f302fbc5cd32f1e58979c010fe3e54b44ae Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 11 Oct 2015 18:11:23 +0200 Subject: SPOT for box text (inside the SCBlock) --- src/sc_interp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/sc_interp.c') diff --git a/src/sc_interp.c b/src/sc_interp.c index a4a1e84..500bb94 100644 --- a/src/sc_interp.c +++ b/src/sc_interp.c @@ -785,13 +785,11 @@ static int check_outputs(SCBlock *bl, SCInterpreter *scin) { const char *name = sc_block_name(bl); const char *options = sc_block_options(bl); - const char *contents = sc_block_contents(bl); SCBlock *child = sc_block_child(bl); if ( name == NULL ) { split_words(sc_interp_get_frame(scin)->boxes, - scin->pc, bl, contents, scin->lang, 1, - scin); + scin->pc, bl, scin->lang, 1, scin); } else if ( strcmp(name, "image")==0 ) { double w, h; -- cgit v1.2.3