ソースを参照
Ignore wrong lint report
master
Arun Prakash Jana
5年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
src/nnn.c
|
|
@@ -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) |
|
|
|