mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fix overwrite warnings not working
This commit is contained in:
@@ -595,7 +595,7 @@ void DoDirSearch (void)
|
||||
{
|
||||
theHousesSpecs[housesFound] = MakeVFileSpec(theDirs[currentDir], f->name);
|
||||
|
||||
if (fm->FileExists(theDirs[currentDir], f->name))
|
||||
if (fm->CompositeFileExists(theDirs[currentDir], f->name))
|
||||
housesFound++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user