Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
base: fix a compilation warning in string.h.
legacy
Sam Hocevar
sam
12 anos atrás
pai
82c0dd22a4
commit
395ab47c41
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/lol/base/string.h
+ 1
- 1
src/lol/base/string.h
Ver arquivo
@@ -145,7 +145,7 @@ public:
{
using namespace std;
int token_len = strlen(token);
int token_len =
(int)
strlen(token);
for (int i = Count() - token_len; i >= 0; --i)
if (strstr(C() + i, token))
return i;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar