From a07e20c14e5ba3597a855276ad9a195343aee42f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 7 May 2007 10:25:15 +0000 Subject: Changed write methods to print. --- src/format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format.cc') diff --git a/src/format.cc b/src/format.cc index 9c34f876..d155d419 100644 --- a/src/format.cc +++ b/src/format.cc @@ -190,7 +190,7 @@ int format_t::element_formatter_t::operator() if (elem->kind == element_t::XPATH) elem->xpath->calc(context).strip_annotations() - .write(out, elem->min_width, elem->max_width); + .print(out, elem->min_width, elem->max_width); else if (elem->kind == element_t::GROUP) column = elem->format->format(out, context, column); else if (elem->kind == element_t::TEXT) -- cgit v1.2.3