]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atis.hxx
Corrected typo ("Celsius" rather than "Celcius") and added to cast to
[flightgear.git] / src / ATC / atis.hxx
index 5809c1b5908322fdf0da928c50ddbee85e3e089a..cf7b0de221fa7cb31b9ab07782475114b4c8af19 100644 (file)
@@ -113,7 +113,7 @@ operator >> ( istream& in, FGATIS& a )
     static double julian_date = 0;
     static const double MJD0    = 2415020.0;
     if ( first_time ) {
-       julian_date = sgTimeCurrentMJD( 0 ) + MJD0;
+       julian_date = sgTimeCurrentMJD(0, 0) + MJD0;
        first_time = false;
     }