Przeglądaj źródła

Ignore wrong lint report

master
Arun Prakash Jana 6 lat temu
rodzic
commit
e76a929710
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

@@ -673,7 +673,7 @@ static size_t xstrlcpy(char *dest, const char *src, size_t n)
dest = (char *)d;
}

while (--n && (*dest = *src))
while (--n && (*dest = *src)) // NOLINT
++dest, ++src;

if (!n)


Ładowanie…
Anuluj
Zapisz