mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 23:30:06 +00:00
Fix ttvfs bugs, sync with dev repo
This commit is contained in:
parent
6203bc7ce4
commit
b437a7cb2c
13 changed files with 84 additions and 108 deletions
|
@ -47,7 +47,7 @@ void ZipDir::load()
|
|||
_archiveHandle->openRead();
|
||||
|
||||
const unsigned int files = mz_zip_reader_get_num_files(MZ);
|
||||
const size_t len = fullnameLen();
|
||||
const size_t len = fullnameLen() + 1; // +1 for trailing '/' when used as path name in addRecursive()
|
||||
|
||||
mz_zip_archive_file_stat fs;
|
||||
for (unsigned int i = 0; i < files; ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue