From: curt Date: Tue, 8 Aug 2000 14:54:09 +0000 (+0000) Subject: Tiny bug fix/tweak. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbf7db02a2d5e98e07e5ed83213ceb31a8b5373c;p=simgear.git Tiny bug fix/tweak. --- diff --git a/simgear/timing/sg_time.cxx b/simgear/timing/sg_time.cxx index 0013d3b0..e10400c3 100644 --- a/simgear/timing/sg_time.cxx +++ b/simgear/timing/sg_time.cxx @@ -91,6 +91,7 @@ SGTime::SGTime( double lon, double lat, const string& root ) // cout << "Using zonename = " << zonename << endl; } else { tzContainer = NULL; + zonename = NULL; } }