From c41704df5969d350317465fabdfa3012150073db Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Fri, 11 Apr 2014 19:53:18 -0700 Subject: [PATCH] collapse datetime into a single header It's already a single field. --- wikiq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikiq.cpp b/wikiq.cpp index 18259ea..ea82f3a 100644 --- 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" -- 2.30.2