mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Fix open with
This commit is contained in:
parent
4b717b1920
commit
6973ed37a7
1 changed files with 1 additions and 0 deletions
|
@ -3269,6 +3269,7 @@ nochange:
|
|||
spawn(utils[APACK], tmp, dents[cur].name, path, F_NORMAL);
|
||||
break;
|
||||
case SEL_OPENWITH:
|
||||
dir = NULL;
|
||||
getprogarg(tmp, &dir); /* dir used as tmp var */
|
||||
mkpath(path, dents[cur].name, newpath, PATH_MAX);
|
||||
spawn(tmp, dir, newpath, path, r);
|
||||
|
|
Loading…
Add table
Reference in a new issue