浏览代码

Fix build break

master
Arun Prakash Jana 6 年前
父节点
当前提交
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; int i = 0;
char *bms = getenv(env_cfg[NNN_BMS]); char *bms = getenv(env_cfg[NNN_BMS]);
char *nextkey = bms; char *nextkey = bms;
if (!bms | !*bms) if (!bms || !*bms)
return TRUE; return TRUE;


while (*bms && i < BM_MAX) { while (*bms && i < BM_MAX) {


||||||
x
 
000:0
正在加载...
取消
保存