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/5365/head
Ray
2 weeks ago
parent
f21c1cc6ae
commit
265fa7833c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/rtext.c
+ 1
- 0
src/rtext.c
View File
@ -1891,6 +1891,7 @@ void TextAppend(char *text, const char *append, int *position)
int
TextFindIndex
(
const
char
*
text
,
const
char
*
search
)
{
int
position
=
-
1
;
if
(
text
=
=
NULL
)
return
position
;
char
*
ptr
=
(
char
*
)
strstr
(
text
,
search
)
;
Write
Preview
Loading…
Cancel
Save