Pārlūkot izejas kodu

Fix build break

master
Arun Prakash Jana pirms 4 gadiem
vecāks
revīzija
1fb1ab55a7
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: A75979F35C080412
2 mainītis faili ar 5 papildinājumiem un 9 dzēšanām
  1. +1
    -1
      README.md
  2. +4
    -8
      src/nnn.c

+ 1
- 1
README.md Parādīt failu

@@ -66,7 +66,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- Minimizes screen refresh with fast line redraws - Minimizes screen refresh with fast line redraws
- Tiny binary (typically less than 100KB) - Tiny binary (typically less than 100KB)
- Portable - Portable
- Statically-linked binary available - Static binary available (no need to install)
- Language-agnostic plugins - Language-agnostic plugins
- Minimal library deps, easy to compile - Minimal library deps, easy to compile
- Compile in/out features with make variables - Compile in/out features with make variables


+ 4
- 8
src/nnn.c Parādīt failu

@@ -5820,14 +5820,10 @@ nochange:
case SEL_CDBEGIN: // fallthrough case SEL_CDBEGIN: // fallthrough
case SEL_CDLAST: // fallthrough case SEL_CDLAST: // fallthrough
case SEL_CDROOT: case SEL_CDROOT:
if (sel == SEL_CDHOME) dir = (sel == SEL_CDHOME) ? home
dir = home; : ((sel == SEL_CDBEGIN) ? ipath
else if (sel == SEL_CDBEGIN) : ((sel == SEL_CDLAST) ? lastdir
dir = ipath; : "/" /* SEL_CDROOT */));
else if (sel == SEL_CDLAST)
dir = lastdir;
else
dir = "/"; /* SEL_CDROOT */


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


||||||
x
 
000:0
Notiek ielāde…
Atcelt
Saglabāt