This commit is contained in:
Arun Prakash Jana 2019-05-16 18:59:20 +05:30
parent 9bd136e8b0
commit d803521c6d
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ static bool cpsafe(void)
/* Fail if selection file path isn't accessible */
if (access(g_cppath, R_OK | W_OK) == -1) {
printmsg("check selection file permission");
errno == ENOENT ? printmsg(messages[NONE_SELECTED]) : printwarn(NULL);
return FALSE;
}