Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Immanuel
/
nnn
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Simplify check
master
Arun Prakash Jana
6 vuotta sitten
vanhempi
fc7a21f6e1
commit
22825c0f37
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 muutettua tiedostoa
jossa
1 lisäystä
ja
4 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
src/nnn.c
+ 1
- 4
src/nnn.c
Näytä tiedosto
@@ -3867,10 +3867,7 @@ nochange:
}
if (S_ISREG(sb.st_mode)) {
if (ndents)
tmp = dents[cur].name;
else
tmp = NULL;
tmp = ndents ? dents[cur].name : NULL;
spawn(shell, scriptpath, tmp, path, F_NORMAL | F_SIGINT);
}
break;
Write
Preview
Loading…
Peruuta
Tallenna