Browse Source

Ignore wrong lint report

master
Arun Prakash Jana 5 years ago
parent
commit
e76a929710
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

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


Loading…
Cancel
Save