X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/144a953361b31d61aa5ffd0785aad13f5469f3d6..236dae9fb3183b9c1d8bc6f77614797d65800987:/xstd.c?ds=inline diff --git a/xstd.c b/xstd.c index 29f52117..d41cb696 100644 --- a/xstd.c +++ b/xstd.c @@ -1,4 +1,4 @@ -/* $Id: xstd.c,v 1.6 2009/02/28 13:47:36 kristaps Exp $ */ +/* $Id: xstd.c,v 1.7 2009/03/06 14:13:47 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -93,7 +93,7 @@ xstrdup(const char *p) } int -xstrlcats(char *buf, const struct mdoc_node *n, size_t sz) +xstrlcpys(char *buf, const struct mdoc_node *n, size_t sz) { char *p;