Browse Source

No need to initialize sel

master
Arun Prakash Jana 5 years ago
parent
commit
08bd6f1bcb
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -2538,7 +2538,7 @@ static void browse(char *ipath)
char *dir, *tmp, *run = NULL, *env = NULL;
struct stat sb;
int r, fd, presel, ncp = 0, copystartid = 0, copyendid = 0;
enum action sel = SEL_RUNARG + 1;
enum action sel;
bool dir_changed = FALSE;

/* setup first context */


Loading…
Cancel
Save