diff options
Diffstat (limited to 'subx/003trace.cc')
-rw-r--r-- | subx/003trace.cc | 1 |
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; } |