Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix build break
master
Arun Prakash Jana
6 anni fa
parent
adad3f2fe8
commit
e973330c91
1 ha cambiato i file
con
3 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/nnn.c
+ 3
- 2
src/nnn.c
Vedi File
@@ -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);
}
}
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Annulla
Salva