Browse Source

Fix lint issue

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

+ 3
- 2
src/nnn.c View File

@@ -3581,9 +3581,10 @@ int main(int argc, char *argv[])
browse(ipath);
exitcurses();

if (cfg.pickraw)
if (cfg.pickraw) {
opt = write(1, pcopybuf, copybufpos - 1);
else if (!cfg.picker && g_cppath[0])
DPRINTF_D(opt);
} else if (!cfg.picker && g_cppath[0])
unlink(g_cppath);

#ifdef LINUX_INOTIFY


Loading…
Cancel
Save