aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-11 18:11:23 +0200
committerThomas White <taw@bitwiz.org.uk>2015-10-11 18:11:23 +0200
commit6b803f302fbc5cd32f1e58979c010fe3e54b44ae (patch)
tree343ffd25af86bf029e4e48a82340ac87f06f0b1e /src/sc_interp.c
parent6f232a6d35b3d49e9da30652b8fb7714f11366a6 (diff)
SPOT for box text (inside the SCBlock)
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r--src/sc_interp.c4
1 files changed, 1 insertions, 3 deletions
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;