Fix build break

This commit is contained in:
Arun Prakash Jana 2021-07-25 07:20:43 +05:30
parent f6856f61f7
commit 8cebc69e71
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -7207,10 +7207,9 @@ nochange:
} }
} }
if (nselected == 1 && (sel == SEL_CP || sel == SEL_MV)) (nselected == 1 && (sel == SEL_CP || sel == SEL_MV))
mkpath(path, xbasename(pselbuf), newpath); ? mkpath(path, xbasename(pselbuf), newpath)
else : (newpath[0] = '\0');
newpath[0] = '\0';
endselection(); endselection();