ソースを参照

Fix build break

master
Arun Prakash Jana 5年前
コミット
7cc113ec98
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c ファイルの表示

@@ -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) {


読み込み中…
キャンセル
保存