diff options
author | John Denker <jsd@av8n.com> | 2012-07-20 13:59:53 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-29 15:32:34 -0700 |
commit | 51f3d88572ae0f8eea40996db28ece9cdd0dae18 (patch) | |
tree | 34da34e4fe7ea6fe8d67c233ee1cb308ac69bd9d /tools | |
parent | 5d8d6c4de1940413f42e7b1c913db4b233606146 (diff) |
gaaack -- fix horrible bug
Diffstat (limited to 'tools')
-rw-r--r-- | tools/skrewt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/skrewt.c b/tools/skrewt.c index d0289a6..44e885b 100644 --- a/tools/skrewt.c +++ b/tools/skrewt.c @@ -261,7 +261,8 @@ int main(int _argc, const char** _argv){ } } } - //cout << header.length() << " ... " << header << endl; + //xxxx cout << header.length() << " ... "; + cout << header << endl; } else { string line; if (!getline(cin, line).fail()) { |