mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +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());
|
||||
entry = &archive.back();
|
||||
entry->m_name = itemName.GetString();
|
||||
}
|
||||
|
||||
FILE *f = fopen_utf8(itemValue.GetString(), "rb");
|
||||
|
Reference in New Issue
Block a user