diff options
author | John Denker <jsd@av8n.com> | 2012-07-20 13:59:53 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-20 13:59:53 -0700 |
commit | 03abc5e03f8c4d66f3d09e42ddd75297ee1f3065 (patch) | |
tree | 019f09328b80927f655b82f2c0551b0ba2901614 | |
parent | 3165ff47e3c627533ac108b4e850c3ba8dbb5227 (diff) |
gaaack -- fix horrible bug
-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()) { |