mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
No need to initialize sel
This commit is contained in:
parent
ef361294db
commit
08bd6f1bcb
|
@ -2538,7 +2538,7 @@ static void browse(char *ipath)
|
||||||
char *dir, *tmp, *run = NULL, *env = NULL;
|
char *dir, *tmp, *run = NULL, *env = NULL;
|
||||||
struct stat sb;
|
struct stat sb;
|
||||||
int r, fd, presel, ncp = 0, copystartid = 0, copyendid = 0;
|
int r, fd, presel, ncp = 0, copystartid = 0, copyendid = 0;
|
||||||
enum action sel = SEL_RUNARG + 1;
|
enum action sel;
|
||||||
bool dir_changed = FALSE;
|
bool dir_changed = FALSE;
|
||||||
|
|
||||||
/* setup first context */
|
/* setup first context */
|
||||||
|
|
Loading…
Reference in a new issue