IGFD: wow memory corruption right there

This commit is contained in:
tildearrow 2023-06-10 16:13:24 -05:00
parent accec6d865
commit e532118381
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ namespace IGFD
IGFD::FileManager::FileManager()
{
puFsRoot = std::string(1u, PATH_SEP);
for (int i=0; i<5; i++) {
for (int i=0; i<4; i++) {
puSortingDirection[i]=true;
}
}