mirror of
https://github.com/libretro/stella2023.git
synced 2025-02-14 14:08:52 +00:00
Fix typo.
This commit is contained in:
parent
d1767d4d93
commit
9ddacb45a9
@ -164,7 +164,7 @@ void FSNodeWINDOWS::addFile(AbstractFSList& list, ListMode mode,
|
||||
{
|
||||
const char* const asciiName = find_data.cFileName;
|
||||
|
||||
// Skip files starting with '.' (we assume empty filesnames never occur)
|
||||
// Skip files starting with '.' (we assume empty filenames never occur)
|
||||
if (asciiName[0] == '.')
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user