summaryrefslogtreecommitdiff
path: root/src/error.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.cc')
-rw-r--r--src/error.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/error.cc b/src/error.cc
index dbda8c30..ffcd2941 100644
--- a/src/error.cc
+++ b/src/error.cc
@@ -33,8 +33,10 @@
namespace ledger {
-std::ostringstream _desc_buffer;
+straccstream _ctxt_accum;
std::ostringstream _ctxt_buffer;
+straccstream _desc_accum;
+std::ostringstream _desc_buffer;
string error_context()
{