mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-16 00:08:15 +00:00
tweaks
This commit is contained in:
@@ -2251,7 +2251,7 @@ bool IsFileNameValid(const char *fileName)
|
||||
|
||||
if ((fileName != NULL) && (fileName[0] != '\0'))
|
||||
{
|
||||
int length = strlen(fileName);
|
||||
int length = (int)strlen(fileName);
|
||||
bool allPeriods = true;
|
||||
|
||||
for (int i = 0; i < length; i++)
|
||||
|
Reference in New Issue
Block a user