From fadab59e87f7a4789e904f8bda73ed26fbbfd9a8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 17 Aug 2004 18:19:25 -0400 Subject: changes to value expressions, and to how the display predicate is computed --- datetime.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'datetime.cc') diff --git a/datetime.cc b/datetime.cc index 586722b5..4f6cf0d3 100644 --- a/datetime.cc +++ b/datetime.cc @@ -4,8 +4,8 @@ namespace ledger { -static std::time_t now = std::time(NULL); - struct std::tm * now_tm = std::localtime(&now); +std::time_t now = std::time(NULL); +struct std::tm * now_tm = std::localtime(&now); static std::time_t base = -1; static int base_year = -1; -- cgit v1.2.3