about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-15 12:35:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-15 12:35:59 -0800
commitc55e49b6374656099566fd22f39328c2da75b044 (patch)
treec5c248b9baff05b5910824884576cccbabf63e98 /029tools.cc
parent360d45e68edf92e85e3ae7cb198be88182374331 (diff)
downloadmu-c55e49b6374656099566fd22f39328c2da75b044.tar.gz
2445 - dispatch between shape-shifting variants
Starting to leave debug prints around once again, just in case one of
them is worth promoting to the trace..
Diffstat (limited to '029tools.cc')
-rw-r--r--029tools.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/029tools.cc b/029tools.cc
index 92f551b3..0e14b1d4 100644
--- a/029tools.cc
+++ b/029tools.cc
@@ -251,6 +251,7 @@ case _PRINT: {
       }
     }
   }
+  cout.flush();
   break;
 }