Update rcore.c
This commit is contained in:
parent
53d34527ff
commit
3658e45a80
|
|
@ -1950,7 +1950,7 @@ const char *GetFileNameWithoutExt(const char *filePath)
|
|||
int pos = (int)strlen(fileName);
|
||||
for(int i = pos; i>0; i--)
|
||||
{
|
||||
if(filename[i] == '.')
|
||||
if(fileName[i] == '.')
|
||||
{
|
||||
pos = i;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user