From 236dae9fb3183b9c1d8bc6f77614797d65800987 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 6 Mar 2009 14:13:47 +0000 Subject: Strings abstracted into dynamically-created C files. Added -V option. Deprecated README files. --- xstd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xstd.c') 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; -- cgit v1.2.3