Przeglądaj źródła

Remove redundant initialization

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

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -1168,7 +1168,7 @@ static void xrm(char *path)

static bool batch_rename(const char *path)
{
int fd1 = -1, fd2 = -1, i;
int fd1, fd2, i;
uint count = 0, lines = 0;
bool dir = FALSE, ret = FALSE;
const char renamecmd[] = "paste -d'\n' %s %s | xargs -d'\n' -n2 mv 2>/dev/null";


Ładowanie…
Anuluj
Zapisz