Fix URL to strlcpy(3) manpage in comment.
authorJasper Lievisse Adriaanse <jasper@humppa.nl>
Sat, 1 Oct 2011 08:46:52 +0000 (10:46 +0200)
committerJasper Lievisse Adriaanse <jasper@humppa.nl>
Sat, 1 Oct 2011 08:46:52 +0000 (10:46 +0200)
glib/gstrfuncs.c

index d46fe75..945c21f 100644 (file)
@@ -1610,7 +1610,7 @@ extern const char *strsignal(int);
 
 /* Functions g_strlcpy and g_strlcat were originally developed by
  * Todd C. Miller <Todd.Miller@courtesan.com> to simplify writing secure code.
- * See ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3
+ * See http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy 
  * for more information.
  */