Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
nnn
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Comment and cleanup
master
lostd
hace 10 años
padre
48e3305be8
commit
1295b7f0e6
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
noice.c
+ 1
- 1
noice.c
Ver fichero
@@ -666,6 +666,7 @@ nochange:
tmp = readln();
if (tmp == NULL)
tmp = xstrdup(ifilter);
/* Check and report regex errors */
r = setfilter(&re, tmp);
if (r != 0) {
free(tmp);
@@ -673,7 +674,6 @@ nochange:
}
free(filter);
filter = tmp;
filter_re = re;
DPRINTF_S(filter);
/* Save current */
if (n > 0)
Escribir
Vista previa
Cargando…
Cancelar
Guardar