]> arthur.barton.de Git - ngircd-alex.git/commitdiff
irc-info.c: Use strlcpy() instead of strcpy()
authorAlexander Barton <alex@barton.de>
Sun, 11 Nov 2012 15:46:57 +0000 (16:46 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 11 Nov 2012 15:46:57 +0000 (16:46 +0100)
This fixes the following warning of gcc (tested on OpenBSD 5.0:)
  irc-info.c:990: warning: strcpy() is almost always misused,
                  please use strlcpy


No differences found