diff options
Diffstat (limited to 'src/cc4group.c')
| -rw-r--r-- | src/cc4group.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cc4group.c b/src/cc4group.c index 98e9af0..1a8c344 100644 --- a/src/cc4group.c +++ b/src/cc4group.c @@ -1602,6 +1602,8 @@ static bool cc4group_setEntryData(CC4Group* const this, const char* const entryP entry->freeData = false; } + entry->core.HasCRC = C4GroupEntryCore_NoCRC; + return true; } |
