about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
Diffstat (limited to '029tools.cc')
-rw-r--r--029tools.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/029tools.cc b/029tools.cc
index 244b72b2..be3c04e2 100644
--- a/029tools.cc
+++ b/029tools.cc
@@ -179,7 +179,7 @@ case _SAVE_TRACE: {
 }
 :(before "End Primitive Recipe Implementations")
 case _SAVE_TRACE: {
-  if (Save_trace) Trace_stream->dump();
+  if (Save_trace) Trace_stream->save();
   break;
 }