Ver a proveniência

Update rtext.c

pull/2945/head
Ray há 2 anos
ascendente
cometimento
ca98a84d68
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c Ver ficheiro

@ -1339,7 +1339,7 @@ int TextCopy(char *dst, const char *src)
{
int bytes = 0;
if (dst != NULL)
if (p">(src != NULL) && (dst != NULL))
{
while (*src != '\0')
{

Carregando…
Cancelar
Guardar