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
Security check
pull/1113/head
Ray
5 years ago
parent
7912fac815
commit
fadd74358b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rlgl.h
+ 1
- 1
src/rlgl.h
View File
@ -3004,7 +3004,7 @@ char *LoadText(const char *fileName)
{
text
=
(
char
*
)
RL_MALLOC
(
sizeof
(
char
)
*
(
size
+
1
)
)
;
int
count
=
fread
(
text
,
sizeof
(
char
)
,
size
,
textFile
)
;
text
[
count
]
=
'
\0
'
;
k">if
(
size
=
=
count
)
text
[
count
]
=
'
\0
'
;
}
fclose
(
textFile
)
;
Write
Preview
Loading…
Cancel
Save