From fc84eeb358f13b7c2b2668917692da26af001901 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Oct 2009 04:37:11 -0400 Subject: Rewrote the way date and time I/O is managed --- src/session.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index 894c59fa..a51cdba6 100644 --- a/src/session.h +++ b/src/session.h @@ -144,9 +144,9 @@ public: }); OPTION_(session_t, input_date_format_, DO_(args) { - // This changes the global variable inside times.h, which affects the - // basic date parser - input_date_format = args[1].as_string(); + // This changes static variables inside times.h, which affects the basic + // date parser. + set_input_date_format(args[1].as_string().c_str()); }); OPTION(session_t, price_db_); -- cgit v1.2.3