File diff r27360:a9bafd45feb6 → r27361:5aa53f16c6f7
src/fios.cpp
Show inline comments
 
@@ -410,7 +410,7 @@ static void FiosGetFileList(SaveLoadOper
 
	/* Show files */
 
	FiosFileScanner scanner(fop, callback_proc, file_list);
 
	if (subdir == NO_DIRECTORY) {
 
		scanner.Scan(nullptr, _fios_path->c_str(), false);
 
		scanner.Scan(nullptr, *_fios_path, false);
 
	} else {
 
		scanner.Scan(nullptr, subdir, true, true);
 
	}