mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Fix res patch file adding not working
This commit is contained in:
@@ -1095,6 +1095,7 @@ bool ApplyPatch(const std::vector<uint8_t> &patchFileContents, std::vector<Plann
|
|||||||
{
|
{
|
||||||
archive.push_back(PlannedEntry());
|
archive.push_back(PlannedEntry());
|
||||||
entry = &archive.back();
|
entry = &archive.back();
|
||||||
|
entry->m_name = itemName.GetString();
|
||||||
}
|
}
|
||||||
|
|
||||||
FILE *f = fopen_utf8(itemValue.GetString(), "rb");
|
FILE *f = fopen_utf8(itemValue.GetString(), "rb");
|
||||||
|
|||||||
Reference in New Issue
Block a user