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
tweak
pull/3073/head
Ray
há 2 anos
ascendente
a3e78c5453
cometimento
51387dfbfb
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/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
;
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar