diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-11-17 00:49:36 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-11-17 00:49:36 -0800 |
commit | 21c277062ef151ad86e2003ad0e2bfb09f3d4c2d (patch) | |
tree | 58e09d64f4f6b3b36af3d271ffae046a150910e7 /makefile | |
parent | d18d1d3d2ac7ba0909db010649a94d01a65d98d4 (diff) | |
download | mu-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 'makefile')
0 files changed, 0 insertions, 0 deletions