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
Update rtext.c
pull/2945/head
Ray
2 years ago
parent
110eab56a7
commit
ca98a84d68
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rtext.c
+ 1
- 1
src/rtext.c
View File
@ -1339,7 +1339,7 @@ int TextCopy(char *dst, const char *src)
{
int
bytes
=
0
;
if
(
dst
!
=
NULL
)
if
(
p">(
src
!
=
NULL
)
&
&
(
dst
!
=
NULL
)
)
{
while
(
*
src
!
=
'
\0
'
)
{
Write
Preview
Loading…
Cancel
Save