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
printerr() should print to stderr
master
sin
hace 10 años
padre
da0f20f52b
commit
8326a75762
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
@@ -189,7 +189,7 @@ void
printerr(int ret, char *prefix)
{
exitcurses();
printf("%s: %s\n", prefix, strerror(errno));
f
printf(
stderr,
"%s: %s\n", prefix, strerror(errno));
exit(ret);
}
Escribir
Vista previa
|
|
|
|
|
|
x
0
0
0:0
Cargando…
Cancelar
Guardar