diff options
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1446,7 +1446,7 @@ char *TextToUtf8(int *codepoints, int length) // Resize memory to text length + string NULL terminator void *ptr = RL_REALLOC(text, size + 1); - + if (ptr != NULL) text = (char *)ptr; return text; |
