X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatis.hxx;h=cf7b0de221fa7cb31b9ab07782475114b4c8af19;hb=ecccc910645d6e8c131de86da28ec5d3d82ac190;hp=5809c1b5908322fdf0da928c50ddbee85e3e089a;hpb=20f0d3f83e660712f615e74b94b2214c1f2ad690;p=flightgear.git diff --git a/src/ATC/atis.hxx b/src/ATC/atis.hxx index 5809c1b59..cf7b0de22 100644 --- a/src/ATC/atis.hxx +++ b/src/ATC/atis.hxx @@ -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; }