diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1312,7 +1312,7 @@ const char *TextJoin(const char **textList, int count, const char *delimiter) { memcpy(textPtr, delimiter, delimiterLen); totalLength += delimiterLen; - textPtr += textLength; + textPtr += delimiterLen; } } } |
