Use more sensible msg

This commit is contained in:
Arun Prakash Jana 2020-03-29 21:20:09 +05:30
parent 8f910fe85a
commit b8ede9895f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 4 deletions

View File

@ -3762,8 +3762,7 @@ static void find_accessible_parent(char *path, char *newpath, char *lastname, in
}
xstrlcpy(path, dir, PATH_MAX);
printmsg(messages[MSG_ACCESS]);
printwarn(NULL);
xdelay(XDELAY_INTERVAL_MS);
}
@ -5387,8 +5386,7 @@ nochange:
goto nochange;
}
cdprep(lastdir, lastname, path, newpath)
? (presel = FILTER) : (watch = TRUE);
cdprep(lastdir, lastname, path, newpath) ? (presel = FILTER) : (watch = TRUE);
goto begin;
case S_IFREG:
{