diff options
Diffstat (limited to 'init-db.c')
-rw-r--r-- | init-db.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ static void copy_templates(const char *git_dir, int len, char *template_dir) } memcpy(path, git_dir, len); + path[len] = 0; copy_templates_1(path, len, template_path, template_len, dir); |