summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-03-18 16:52:08 +0100
committerMarkus Mittendrein <git@maxmitti.tk>2019-03-18 16:52:08 +0100
commit984c5b553954ebed29d01b29083323e03f78ac9d (patch)
treee3d141575c221359e3a3f68ca007af678cb376ca /src
parent24c860a7285c5874ebe480f00c9a1e240567c94b (diff)
downloadcc4group-984c5b553954ebed29d01b29083323e03f78ac9d.tar.gz
cc4group-984c5b553954ebed29d01b29083323e03f78ac9d.zip
Update an old comment
Diffstat (limited to 'src')
-rw-r--r--src/cc4group.c2
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;