Browse Source

Remove redundant check

master
Arun Prakash Jana 5 years ago
parent
commit
8df6602fac
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

@@ -6156,7 +6156,7 @@ int main(int argc, char *argv[])
} else if (cfg.picker) {
if (selbufpos)
writesel(pselbuf, selbufpos - 1);
} else if (!cfg.picker && g_selpath)
} else if (g_selpath)
unlink(g_selpath);

/* Free the regex */


Loading…
Cancel
Save