From 940337bb4e46463b794fd9779cc3e07e7e175cee Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 14 May 2012 09:28:37 +0200 Subject: Storycode - more work --- src/stylesheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheet.c') 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; } -- cgit v1.2.3