mirror of
https://github.com/jarun/nnn.git
synced 2025-04-15 09:56:32 +00:00
Ignore wrong lint report
This commit is contained in:
parent
879beb70cf
commit
e76a929710
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue