collapse datetime into a single header
authorBenjamin Mako Hill <mako@atdot.cc>
Sat, 12 Apr 2014 02:53:18 +0000 (19:53 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Sat, 12 Apr 2014 02:53:18 +0000 (19:53 -0700)
It's already a single field.

wikiq.cpp

index 18259ea836924c24dae060c91177d3829e81e5dd..ea82f3a0b19ec6921cd3940285634fe93bee1ab1 100644 (file)
--- a/wikiq.cpp
+++ b/wikiq.cpp
@@ -635,7 +635,7 @@ main(int argc, char *argv[])
     cout << "title" << "\t"
         << "articleid" << "\t"
         << "revid" << "\t"
-        << "date" << " "
+        << "date" << "_"
         << "time" << "\t"
         << "anon" << "\t"
         << "editor" << "\t"

Benjamin Mako Hill || Want to submit a patch?