mirror of https://github.com/PCSX2/pcsx2.git
parent
37ccd81985
commit
ab816543c8
|
@ -300,7 +300,7 @@ bool GzippedFileReader::OkIndex()
|
|||
|
||||
// Try to read index from disk
|
||||
const std::string indexfile(iso2indexname(m_filename));
|
||||
if (indexfile.empty() == 0)
|
||||
if (indexfile.empty())
|
||||
return false; // iso2indexname(...) will print errors if it can't apply the template
|
||||
|
||||
if (FileSystem::FileExists(indexfile.c_str()) && (m_pIndex = ReadIndexFromFile(indexfile.c_str())))
|
||||
|
|
Loading…
Reference in New Issue