This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected issue on file extension check
pull/545/head
Ray
6 years ago
parent
542eb6f250
commit
1d3e4ef437
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/core.c
+ 1
- 0
src/core.c
View File
@ -1310,6 +1310,7 @@ bool IsFileExtension(const char *fileName, const char *ext)
}
}
}
else
result
=
false
;
#
else
if
(
strcmp
(
fileExt
,
ext
)
=
=
0
)
result
=
true
;
#
endif
Write
Preview
Loading…
Cancel
Save