Minor format tweaks
This commit is contained in:
parent
6445200a93
commit
e95d8bc655
8 changed files with 60 additions and 36 deletions
|
@ -1325,7 +1325,7 @@ char *TextReplace(char *text, const char *replace, const char *by)
|
|||
char *TextInsert(const char *text, const char *insert, int position)
|
||||
{
|
||||
int textLen = TextLength(text);
|
||||
int insertLen = TextLength(insert);
|
||||
int insertLen = TextLength(insert);
|
||||
|
||||
char *result = (char *)RL_MALLOC(textLen + insertLen + 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue