Skip to content
Snippets Groups Projects
Commit 79437eaf authored by Axel Naumann's avatar Axel Naumann
Browse files

Fix clang warnings: strlcpy(A, B, len) with len == strlen(B) instead of...

Fix clang warnings: strlcpy(A, B, len) with len == strlen(B) instead of sizeof(A). Was okay in all cases, but double call to strlen() for no good reason.


git-svn-id: http://root.cern.ch/svn/root/trunk@43071 27541ba8-7e3a-0410-8455-c3a389f83636
parent c312c4ad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment