From 3b8b5963d73d0fcb31b601696fb30f3288a09e14 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Fri, 28 Dec 2018 22:00:14 +0100 Subject: Update CRC when changing file entries --- src/cc4group.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3-54-g00ecf