about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-05 01:09:19 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-05 01:09:19 -0800
commit26b4bdc8b3b1d1f2f4b4dae1e7d2b89c7e286b1b (patch)
treee53c12766470bf7b8a667a29afb22d5e729d9ac5 /029tools.cc
parenta87118d98906d2eda0265fba6cfef8b979f8d8ec (diff)
downloadmu-26b4bdc8b3b1d1f2f4b4dae1e7d2b89c7e286b1b.tar.gz
4138
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 249451cb..ca86b397 100644
--- a/029tools.cc
+++ b/029tools.cc
@@ -180,7 +180,7 @@ case _SAVE_TRACE: {
 :(before "End Primitive Recipe Implementations")
 case _SAVE_TRACE: {
   if (Save_trace) {
-    ofstream fout("last_trace");
+    ofstream fout("last_run");
     fout << Trace_stream->readable_contents("");
     fout.close();
   }