mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
RGSSAD: Fix parsing of top level directory entries
We were spamming every path into the hash (including the top level ones) without noticing... oh well.
This commit is contained in:
parent
9e5877b350
commit
294e86c12f
1 changed files with 2 additions and 0 deletions
|
|
@ -297,6 +297,8 @@ processDirectories(RGSS_archiveData *data, BoostSet<std::string> &topLevel,
|
|||
|
||||
if (slash)
|
||||
nameBuf[i] = '/';
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
/* Check for more entries */
|
||||
|
|
|
|||
Loading…
Reference in a new issue