diff options
Diffstat (limited to 'amount.cc')
-rw-r--r-- | amount.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1677,7 +1677,7 @@ annotated_commodity_t::write_annotations(std::ostream& out, out << " {" << price << '}'; if (date) - out << " [" << date << ']'; + out << " [" << date_t(date) << ']'; if (! tag.empty()) out << " (" << tag << ')'; |