diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2018-12-28 22:00:14 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2018-12-28 22:00:14 +0100 |
| commit | 3b8b5963d73d0fcb31b601696fb30f3288a09e14 (patch) | |
| tree | e2e5a0cc623d667ffecb5a41c98d8da043953f3a /src/cc4group.c | |
| parent | 37c25a56195ebbe422358fcf537d631ef6445450 (diff) | |
| download | cc4group-3b8b5963d73d0fcb31b601696fb30f3288a09e14.tar.gz cc4group-3b8b5963d73d0fcb31b601696fb30f3288a09e14.zip | |
Update CRC when changing file entries
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; } |
