summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-20 13:59:53 -0700
committerJohn Denker <jsd@av8n.com>2012-07-20 13:59:53 -0700
commit03abc5e03f8c4d66f3d09e42ddd75297ee1f3065 (patch)
tree019f09328b80927f655b82f2c0551b0ba2901614 /tools
parent3165ff47e3c627533ac108b4e850c3ba8dbb5227 (diff)
gaaack -- fix horrible bug
Diffstat (limited to 'tools')
-rw-r--r--tools/skrewt.c3
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()) {