Explorar el Código

Fix build break

master
Arun Prakash Jana hace 6 años
padre
commit
e973330c91
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Ver fichero

@@ -1892,8 +1892,9 @@ static char *get_bm_loc(char *buf, int key)
xstrlcpy(buf, home, len + 1);
xstrlcpy(buf + len, bookmark[r].loc + 1, loclen);
return buf;
} else
return realpath(bookmark[r].loc, buf);
}

return realpath(bookmark[r].loc, buf);
}
}



Cargando…
Cancelar
Guardar