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
1 changed files with 3 additions and 4 deletions

View File

@ -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();