Parcourir la source

Copy the correct length

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

+ 1
- 1
README.md Voir le fichier

@@ -30,7 +30,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw

- Instantly load, sort, filter thousands of files
- Type to navigate with automatic dir selection
- Never lose context - start where you quit `nnn`
- Never lose context - start where you quit
- find/fd/grep/ripgrep/fzf from `nnn` and list in `nnn`
- Mount any cloud storage service in a few keypresses
- Select files from anywhere (not just a single dir)


+ 1
- 1
src/nnn.c Voir le fichier

@@ -6433,7 +6433,7 @@ nochange:
*/
if (strcmp(path, plgpath) == 0) {
xstrsncpy(path, rundir, PATH_MAX);
xstrsncpy(lastname, runfile, NAME_MAX);
xstrsncpy(lastname, runfile, NAME_MAX + 1);
rundir[0] = runfile[0] = '\0';
setdirwatch();
goto begin;


Chargement…
Annuler
Enregistrer