aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-05-14 09:28:37 +0200
committerThomas White <taw@bitwiz.org.uk>2012-05-14 09:28:37 +0200
commit940337bb4e46463b794fd9779cc3e07e7e175cee (patch)
treebe47cbc8b911b301fff29d778a40ceca854904b0 /src/stylesheet.c
parent7046f1d355dac1c3ac1d83677390d89ab0514ead (diff)
Storycode - more work
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index a4b3543..eb959c1 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -327,7 +327,7 @@ struct slide_template *tree_to_slide_template(StyleSheet *ss,
get_field_s(root, "name", &v);
if ( v == NULL ) {
fprintf(stderr, "No name for slide template '%s'\n",
- root->children[i]->key);
+ root->key);
return NULL;
}