diff options
Diffstat (limited to 'src/value.cc')
-rw-r--r-- | src/value.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/value.cc b/src/value.cc index 3965dfbd..b3578ae9 100644 --- a/src/value.cc +++ b/src/value.cc @@ -1565,6 +1565,9 @@ void value_t::print(std::ostream& out, const int first_width, case AMOUNT: case STRING: case POINTER: + // jww (2007-05-14): I need a version of this print just for XPath + // expression, since amounts and strings need to be output with + // special syntax. out << *this; break; |