Pārlūkot izejas kodu

Copy the correct length

master
Arun Prakash Jana pirms 4 gadiem
vecāks
revīzija
4178aaa98e
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: A75979F35C080412
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +1
    -1
      README.md
  2. +1
    -1
      src/nnn.c

+ 1
- 1
README.md Parādīt failu

@@ -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 Parādīt failu

@@ -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;


Notiek ielāde…
Atcelt
Saglabāt