aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/storycode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storycode.c b/src/storycode.c
index 4edc39e..fc606d1 100644
--- a/src/storycode.c
+++ b/src/storycode.c
@@ -149,7 +149,7 @@ SCBlockList *sc_find_blocks(const char *sc, const char *blockname)
return NULL;
}
- strcat(label, "\\");
+ strcpy(label, "\\");
strcat(label, blockname);
strcat(label, "{");