Explorar el Código

printerr() should print to stderr

master
sin hace 10 años
padre
commit
8326a75762
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +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));
fprintf(stderr, "%s: %s\n", prefix, strerror(errno));
exit(ret);
}



||||||
x
 
000:0
Cargando…
Cancelar
Guardar