From f98cf823475cf1b354a213c9bf26d7927e50c14b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 20 Feb 2009 11:04:23 +0000 Subject: Re-added tree.c (for now). Added initial terminal-output filter (term.c). --- action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'action.c') diff --git a/action.c b/action.c index 1c3bae10..80344dd7 100644 --- a/action.c +++ b/action.c @@ -1,4 +1,4 @@ -/* $Id: action.c,v 1.16 2009/01/21 11:35:26 kristaps Exp $ */ +/* $Id: action.c,v 1.17 2009/02/20 11:04:23 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -243,7 +243,7 @@ post_dt(struct mdoc *mdoc) } if (NULL == mdoc->meta.title) - mdoc->meta.title = xstrdup("untitled"); + mdoc->meta.title = xstrdup("UNTITLED"); mdoc_msg(mdoc, "title: %s", mdoc->meta.title); -- cgit v1.2.3