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
f4f0b9dbba
commit
7cc113ec98
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nnn.c
+ 1
- 1
src/nnn.c
Vedi File
@@ -1649,7 +1649,7 @@ static bool parsebmstr()
int i = 0;
char *bms = getenv(env_cfg[NNN_BMS]);
char *nextkey = bms;
if (!bms | !*bms)
if (!bms |
|
!*bms)
return TRUE;
while (*bms && i < BM_MAX) {
Write
Preview
Loading…
Annulla
Salva