DERP DERP DERP

DERP ALERT. DUCK AND COVER!
This commit is contained in:
Petr Mrázek 2014-01-18 22:20:36 +01:00
parent 208209e4a7
commit e9186d6d2c

View File

@ -158,7 +158,8 @@ bool OneSixLibrary::filesExist()
}
else
{
if (!QFileInfo::exists(PathCombine("libraries", storage)))
QFileInfo info(PathCombine("libraries", storage));
if (!info.exists())
{
return false;
}