diff options
Diffstat (limited to '029tools.cc')
-rw-r--r-- | 029tools.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/029tools.cc b/029tools.cc index 48e62466..8c22ad44 100644 --- a/029tools.cc +++ b/029tools.cc @@ -162,7 +162,7 @@ case _CLEAR_TRACE: { } :(before "End Primitive Recipe Implementations") case _CLEAR_TRACE: { - CLEAR_TRACE; + if (Trace_stream) Trace_stream->past_lines.clear(); break; } |