about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-17 00:49:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-17 00:49:36 -0800
commit21c277062ef151ad86e2003ad0e2bfb09f3d4c2d (patch)
tree58e09d64f4f6b3b36af3d271ffae046a150910e7 /010vm.cc
parentd18d1d3d2ac7ba0909db010649a94d01a65d98d4 (diff)
downloadmu-21c277062ef151ad86e2003ad0e2bfb09f3d4c2d.tar.gz
2453 - bugfix: trailing space after curly bracket
I ran into this when edit/ couldn't handle spaces after curly brackets,
even though .mu files could. Turns out edit/ loads code using
istringstreams rather than ifstreams, and you can't putback a different
character than you read from an istringstream. Craptastic gotcha..
Diffstat (limited to '010vm.cc')
0 files changed, 0 insertions, 0 deletions