1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-04-21 18:23:16 +00:00
Alexander Barton 8ec17063a6 Lists_Add(): use size of destination when copying data
This fixes the following warning of clang:

/src/ngircd/lists.c:152:44:
 warning: size argument in 'strlcpy' call appears to be size of the
 source; expected the size of the destination [-Wstrlcpy-strlcat-size]

But it isn't a real problem, because the size of the source always is the
same than the size of the destination ...
2012-04-17 12:54:38 +02:00
..
2011-11-06 14:16:59 +01:00
2008-02-26 23:50:35 +01:00