From: Alexander Barton Date: Sun, 11 Nov 2012 15:46:57 +0000 (+0100) Subject: irc-info.c: Use strlcpy() instead of strcpy() X-Git-Tag: rel-20-rc2~10 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d11a700589b2abab71b67ffb81f17f38936a169c;hp=d11a700589b2abab71b67ffb81f17f38936a169c;p=ngircd-alex.git irc-info.c: Use strlcpy() instead of strcpy() 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 ---