From 23c3ed822517ec4bbab8048e07357f81b1df71fb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 17 Aug 2013 22:46:44 +0200 Subject: Fix SC parsing bug --- src/storycode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storycode.c b/src/storycode.c index a96fd2d..b78f946 100644 --- a/src/storycode.c +++ b/src/storycode.c @@ -271,7 +271,7 @@ SCBlockList *sc_find_blocks(const char *sc, const char *blockname) return NULL; } - i = 0; j = 0; + i = 0; j = 0; start = 0; do { if ( sc[i] == '\\' ) { -- cgit v1.2.3