瀏覽代碼

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


Loading…
取消
儲存