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/commodity.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commodity.cc') diff --git a/src/commodity.cc b/src/commodity.cc index 7d769364..6731992d 100644 --- a/src/commodity.cc +++ b/src/commodity.cc @@ -371,7 +371,7 @@ namespace { throw_(amount_error, "A commodity's price may not be negative"); std::ostringstream name; - comm.write(name); + comm.print(name); annotated_commodity_t::write_annotations(name, details); DEBUG("amounts.commodities", "make_qualified_name for " -- cgit v1.2.3