Explorar el Código

add 4 spaces in if statement

pull/5511/head
ssszcmawo hace 5 días
padre
commit
a21674ea4b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/rtext.c

+ 2
- 2
src/rtext.c Ver fichero

@ -1774,8 +1774,8 @@ char *TextReplace(const char *text, const char *search, const char *replacement)
if(replaceLen > 0)
{
memcpy(temp,replacement,replaceLen);
temp += replaceLen;
memcpy(temp,replacement,replaceLen);
temp += replaceLen;
}
text += lastReplacePos + searchLen; // Move to next "end of replace"

Cargando…
Cancelar
Guardar