mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: dir: fix merging existing cache with new directory entries
This commit is contained in:
@@ -164,8 +164,8 @@ static void FS_MergeDirEntries( dir_t *dir, const stringlist_t *list )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// found directory, move all entries
|
// found directory, move all entries
|
||||||
temp.entries[j].numentries = dir->entries[j].numentries;
|
temp.entries[j].numentries = dir->entries[i].numentries;
|
||||||
temp.entries[j].entries = dir->entries[j].entries;
|
temp.entries[j].entries = dir->entries[i].entries;
|
||||||
}
|
}
|
||||||
|
|
||||||
// now we can free old tree and replace it with temporary
|
// now we can free old tree and replace it with temporary
|
||||||
|
|||||||
Reference in New Issue
Block a user