From 3909d2678ede154f9a7fe19617973d4daa173c47 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 04:50:07 -0400 Subject: Removed most #if 0 blocks and callout comments --- src/emacs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emacs.cc') diff --git a/src/emacs.cc b/src/emacs.cc index 1d3f28a3..dc1a18ae 100644 --- a/src/emacs.cc +++ b/src/emacs.cc @@ -44,7 +44,7 @@ void format_emacs_posts::write_xact(xact_t& xact) << xact.pos->beg_line << " "; tm when = gregorian::to_tm(xact.date()); - std::time_t date = std::mktime(&when); // jww (2008-04-20): Is this GMT or local? + std::time_t date = std::mktime(&when); out << "(" << (date / 65536) << " " << (date % 65536) << " 0) "; -- cgit v1.2.3