Selaa lähdekoodia

Fix build break

master
Arun Prakash Jana 6 vuotta sitten
vanhempi
commit
e973330c91
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Näytä tiedosto

@@ -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);
}
}



Loading…
Peruuta
Tallenna