From 984c5b553954ebed29d01b29083323e03f78ac9d Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 18 Mar 2019 16:52:08 +0100 Subject: Update an old comment --- src/cc4group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cc4group.c') diff --git a/src/cc4group.c b/src/cc4group.c index 0a8a3bd..3947acf 100644 --- a/src/cc4group.c +++ b/src/cc4group.c @@ -671,7 +671,7 @@ static bool cc4group_uncompressGroup(CC4Group* const this, CC4Group_ReadCallback uint8_t* data = (uint8_t*)(uncompressedData) + sizeof(C4GroupHeader) + sizeof(C4GroupEntryCore) * header->Entries; - // write alredy decompressed header and cores into the file + // write alredy decompressed header and cores into the new tmp memory memcpy(uncompressedData, header, data - uncompressedData); strm.next_out = data; -- cgit v1.2.3-54-g00ecf