Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
mwparserfromhell
réplica de
https://github.com/earwig/mwparserfromhell
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
24
Actividad
Explorar el Código
Fix a possible compiler warning on some build systems.
tags/v0.3
Ben Kurtovic
hace 11 años
padre
7b6b46da95
commit
2596e697ae
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mwparserfromhell/parser/tokenizer.c
+ 1
- 1
mwparserfromhell/parser/tokenizer.c
Ver fichero
@@ -1021,7 +1021,7 @@ Tokenizer_really_parse_entity(Tokenizer* self)
break;
j++;
}
text[i] = this;
text[i] =
(char)
this;
self->head++;
i++;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar