Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
Corrected bug on TextJoin()
pull/1263/head
raysan5
há 5 anos
ascendente
aff47d1564
cometimento
c43e889e39
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/text.c
+ 1
- 1
src/text.c
Ver ficheiro
@ -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
;
}
}
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar