diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -207,7 +207,8 @@ static void create_archive(char **paths, struct params p) { return; } - struct header *h = create_header(); + struct header *h = create_header(); + struct table_entry *root = calloc(sizeof(struct table_entry), 1); dump_header(fp, h); } |