mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-17 16:58:14 +00:00
Corrected issue on file extension check
This commit is contained in:
@@ -1310,6 +1310,7 @@ bool IsFileExtension(const char *fileName, const char *ext)
|
||||
}
|
||||
}
|
||||
}
|
||||
else result = false;
|
||||
#else
|
||||
if (strcmp(fileExt, ext) == 0) result = true;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user