Selaa lähdekoodia

Corrected bug on TextJoin()

pull/1263/head
raysan5 5 vuotta sitten
vanhempi
commit
c43e889e39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/text.c

+ 1
- 1
src/text.c Näytä tiedosto

@ -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;
}
}
}

Ladataan…
Peruuta
Tallenna