Explorar el Código

Fix wrong lint report

master
Arun Prakash Jana hace 5 años
padre
commit
b87cdcde60
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Ver fichero

@@ -4430,7 +4430,7 @@ static int dentfill(char *path, struct entry **dents)
continue;

if (S_ISDIR(sb.st_mode)) {
if (sb_path.st_dev == sb.st_dev) {
if (sb_path.st_dev == sb.st_dev) { // NOLINT
mkpath(path, namep, buf);

dir_blocks += dirwalk(buf, &sb);


Cargando…
Cancelar
Guardar