mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Removed an unnecessary path.string() during folder population.
This commit is contained in:
parent
fb55b1cd91
commit
626a2692e5
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue