Closed sonninnos closed 3 years ago
Major problems found on Linux that do not exist in Windows:
path_remove_extension()
opendir()
Closes #338
And some other minor warnings removed.
Major problems found on Linux that do not exist in Windows:
path_remove_extension()
was used was doing the job twice in Linux, causing empty pathsopendir()
on a non-existent directory is a bad idea in Linux, but harmless in WindowsCloses #338
And some other minor warnings removed.