mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 11:54:54 +00:00
Remove redundant check
This commit is contained in:
parent
a6f5f1ebc8
commit
8df6602fac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue