about summary refs log tree commit diff stats
path: root/subx/003trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/003trace.cc')
-rw-r--r--subx/003trace.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc
index 5ab9e955..fd3d9cf6 100644
--- a/subx/003trace.cc
+++ b/subx/003trace.cc
@@ -126,6 +126,7 @@ struct trace_stream {
     curr_stream = new ostringstream;
     curr_label = label;
     curr_depth = depth;
+    (*curr_stream) << std::hex;
     return *curr_stream;
   }