summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cc4group.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cc4group.c b/src/cc4group.c
index 0435c72..f9add60 100644
--- a/src/cc4group.c
+++ b/src/cc4group.c
@@ -1249,6 +1249,7 @@ static void cc4group_init(CC4Group* const this)
this->root.parent = NULL;
this->root.children = NULL;
this->root.core.Directory = true;
+ this->root.core.HasCRC = C4GroupEntryCore_NoCRC;
this->root.path = NULL;
this->cleanupJobs = CleanUpJobListNew();