Do not show quotes on ^K

This commit is contained in:
Arun Prakash Jana 2018-01-29 20:49:38 +05:30
parent 1d067df0b5
commit 991ef57340
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 1 deletions

3
nnn.c
View File

@ -2852,7 +2852,8 @@ nochange:
g_buf[r + 1] = '\0';
spawn(copier, g_buf, NULL, NULL, F_NONE);
printmsg(g_buf);
g_buf[r] = '\0';
printmsg(g_buf + 1);
} else {
mkpath(path, dents[cur].name, newpath, PATH_MAX);
spawn(copier, newpath, NULL, NULL, F_NONE);