diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cc4group.c | 1 |
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(); |
