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
Show hidden files if run as root
master
sin
hace 10 años
padre
65a01f9636
commit
3bc66a43a7
Se han
modificado 1 ficheros
con
6 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-1
noice.c
+ 6
- 1
noice.c
Ver fichero
@@ -606,7 +606,12 @@ int
main(int argc, char *argv[])
{
char cwd[PATH_MAX], *ipath;
char *ifilter = "^[^.].*"; /* Hide dotfiles */
char *ifilter;
if (getuid() == 0)
ifilter = ".*";
else
ifilter = "^[^.].*"; /* Hide dotfiles */
if (argv[1] != NULL) {
ipath = argv[1];
Escribir
Vista previa
|
|
|
|
|
|
x
0
0
0:0
Cargando…
Cancelar
Guardar