mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Fix build break
This commit is contained in:
parent
f6856f61f7
commit
8cebc69e71
|
@ -7207,10 +7207,9 @@ nochange:
|
|||
}
|
||||
}
|
||||
|
||||
if (nselected == 1 && (sel == SEL_CP || sel == SEL_MV))
|
||||
mkpath(path, xbasename(pselbuf), newpath);
|
||||
else
|
||||
newpath[0] = '\0';
|
||||
(nselected == 1 && (sel == SEL_CP || sel == SEL_MV))
|
||||
? mkpath(path, xbasename(pselbuf), newpath)
|
||||
: (newpath[0] = '\0');
|
||||
|
||||
endselection();
|
||||
|
||||
|
|
Loading…
Reference in a new issue