projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f910fe
)
Use more sensible msg
author
Arun Prakash Jana <engineerarun@gmail.com>
Sun, 29 Mar 2020 15:50:09 +0000 (21:20 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Sun, 29 Mar 2020 15:57:52 +0000 (21:27 +0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 578a2c17d46e70422011e34f8fdbcd521bd39b46..1c68b4a32cbcd87601d4cc1127db9bb5d96601a5 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-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:
{