about summary refs log tree commit diff stats
path: root/cpp/013run
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-05 19:18:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-05 19:18:32 -0700
commitc17d559155b3f666a729d6380d9b8236f67bc481 (patch)
tree51ffe10736da978e80b117a971a4e38b5ccdfa3f /cpp/013run
parent267ebb590b0a08d6e8bc9e3f8644b491d0d790ac (diff)
downloadmu-c17d559155b3f666a729d6380d9b8236f67bc481.tar.gz
1019 - stupid error in 'new'
Diffstat (limited to 'cpp/013run')
-rw-r--r--cpp/013run2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/013run b/cpp/013run
index 7296d128..e5da06f3 100644
--- a/cpp/013run
+++ b/cpp/013run
@@ -89,7 +89,7 @@ if (argc > 1) {
   }
 
   Trace_stream = new trace_stream;
-//?   Trace_stream->dump_layer = "all"; //? 1
+//?   Trace_stream->dump_layer = "all"; //? 2
   transform_all();
   recipe_number r = Recipe_number[string("main")];
   if (r) run(r);