diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-03-18 16:52:08 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-03-18 16:52:08 +0100 |
| commit | 984c5b553954ebed29d01b29083323e03f78ac9d (patch) | |
| tree | e3d141575c221359e3a3f68ca007af678cb376ca | |
| parent | 24c860a7285c5874ebe480f00c9a1e240567c94b (diff) | |
| download | cc4group-984c5b553954ebed29d01b29083323e03f78ac9d.tar.gz cc4group-984c5b553954ebed29d01b29083323e03f78ac9d.zip | |
Update an old comment
| -rw-r--r-- | src/cc4group.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
