Przeglądaj źródła

Do not show quotes on ^K

master
Arun Prakash Jana 7 lat temu
rodzic
commit
991ef57340
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      nnn.c

+ 2
- 1
nnn.c Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz