Removed an unnecessary path.string() during folder population.

This commit is contained in:
Aloshi 2013-10-27 11:18:38 -05:00
parent fb55b1cd91
commit 626a2692e5

View file

@ -129,7 +129,7 @@ void SystemData::populateFolder(FolderData* folder)
{ {
filePath = (*dir).path(); filePath = (*dir).path();
if(filePath.stem().string().empty()) if(filePath.stem().empty())
continue; continue;
//this is a little complicated because we allow a list of extensions to be defined (delimited with a space) //this is a little complicated because we allow a list of extensions to be defined (delimited with a space)