Parcourir la source

Remove redundant check

master
Arun Prakash Jana il y a 5 ans
Parent
révision
47d35e1396
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. +2
    -4
      src/nnn.c

+ 2
- 4
src/nnn.c Voir le fichier

@@ -3475,8 +3475,7 @@ nochange:
appendfpath(newpath, r);

writecp(newpath, r - 1); /* Truncate NULL from end */
if (copier)
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
}

dents[cur].flags |= FILE_COPIED;
@@ -3537,8 +3536,7 @@ nochange:

if (copybufpos) { /* File path(s) written to the buffer */
writecp(pcopybuf, copybufpos - 1); /* Truncate NULL from end */
if (copier)
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
spawn(copier, NULL, NULL, NULL, F_NOTRACE);

if (ncp) { /* Some files cherry picked */
mvprintw(xlines - 1, 0, "%d selected\n", ncp);


Chargement…
Annuler
Enregistrer