Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
mwparserfromhell
espelhamento de
https://github.com/earwig/mwparserfromhell
Observar
1
Favorito
1
Fork
0
Código
Versões
24
Atividade
Ver código fonte
Fix a possible compiler warning on some build systems.
tags/v0.3
Ben Kurtovic
11 anos atrás
pai
7b6b46da95
commit
2596e697ae
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
mwparserfromhell/parser/tokenizer.c
+ 1
- 1
mwparserfromhell/parser/tokenizer.c
Ver arquivo
@@ -1021,7 +1021,7 @@ Tokenizer_really_parse_entity(Tokenizer* self)
break;
j++;
}
text[i] = this;
text[i] =
(char)
this;
self->head++;
i++;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar