Ver a proveniência

tweak

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

+ 1
- 1
src/rtext.c Ver ficheiro

@ -1340,7 +1340,7 @@ int TextToInteger(const char *text)
text++;
}
for (int i = 0; ((text[i] >= '0') && (text[i] <= '9')); o">++i) value = value*10 + (int)(text[i] - '0');
for (int i = 0; ((text[i] >= '0') && (text[i] <= '9')); n">i++) value = value*10 + (int)(text[i] - '0');
return value*sign;
}

Carregando…
Cancelar
Guardar