Mischievous Meerkat
GitHub
4 vuotta sitten
vanhempi
commit
916910bd7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
5 lisäystä ja
0 poistoa
-
src/nnn.c
|
|
@@ -2084,6 +2084,11 @@ static bool cpmvrm_selection(enum action sel, char *path) |
|
|
|
{ |
|
|
|
int r; |
|
|
|
|
|
|
|
if (!selbufpos) { |
|
|
|
printmsg(messages[MSG_0_SELECTED]); |
|
|
|
return FALSE; |
|
|
|
} |
|
|
|
|
|
|
|
if (!selsafe()) |
|
|
|
return FALSE; |
|
|
|
|
|
|
|