Arun Prakash Jana 6 years ago
parent
commit
d803521c6d
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c 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;
}



Loading…
Cancel
Save