浏览代码

Fix build break

master
Arun Prakash Jana 4 年前
父节点
当前提交
cb9e785145
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 5 次插入11 次删除
  1. +5
    -11
      src/nnn.c

+ 5
- 11
src/nnn.c 查看文件

@@ -5781,20 +5781,14 @@ nochange:
case SEL_CDBEGIN: // fallthrough case SEL_CDBEGIN: // fallthrough
case SEL_CDLAST: // fallthrough case SEL_CDLAST: // fallthrough
case SEL_CDROOT: case SEL_CDROOT:
switch (sel) { if (sel == SEL_CDHOME)
case SEL_CDHOME:
dir = home; dir = home;
break; else if (sel == SEL_CDBEGIN)
case SEL_CDBEGIN:
dir = ipath; dir = ipath;
break; else if (sel == SEL_CDLAST)
case SEL_CDLAST:
dir = lastdir; dir = lastdir;
break; else
default: /* SEL_CDROOT */ dir = "/"; /* SEL_CDROOT */
dir = "/";
break;
}


if (!dir || !*dir) { if (!dir || !*dir) {
printwait(messages[MSG_NOT_SET], &presel); printwait(messages[MSG_NOT_SET], &presel);


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