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
Actually write to buffer with invalid tag starts.
tags/v0.3
Ben Kurtovic
hace 11 años
padre
41d66a4a7f
commit
9a2556b9fa
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
mwparserfromhell/parser/tokenizer.c
+ 1
- 0
mwparserfromhell/parser/tokenizer.c
Ver fichero
@@ -1775,6 +1775,7 @@ Tokenizer_handle_invalid_tag_start(Tokenizer* self)
FAIL_ROUTE();
break;
}
Textbuffer_write(&buf, this);
pos++;
}
if (!BAD_ROUTE) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar