]> git.mxchange.org Git - simgear.git/commitdiff
Tiny bug fix/tweak.
authorcurt <curt>
Tue, 8 Aug 2000 14:54:09 +0000 (14:54 +0000)
committercurt <curt>
Tue, 8 Aug 2000 14:54:09 +0000 (14:54 +0000)
simgear/timing/sg_time.cxx

index 0013d3b0e837c7ef3584b107466ef2b5d495d9e7..e10400c3afe2fe5358e8bc7c1be4e61bf16f9c40 100644 (file)
@@ -91,6 +91,7 @@ SGTime::SGTime( double lon, double lat, const string& root )
        // cout << "Using zonename = " << zonename << endl;
     } else {
        tzContainer = NULL;
+       zonename = NULL;
     }
 }