From: curt Date: Tue, 4 Feb 2003 17:22:00 +0000 (+0000) Subject: Oops, sorry, nothing more to see here, move right along ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fed01db83a1a602c65799881c91773b9e7734ee3;p=flightgear.git Oops, sorry, nothing more to see here, move right along ... --- diff --git a/src/Navaids/ilslist.cxx b/src/Navaids/ilslist.cxx index abbff312a..2892130f2 100644 --- a/src/Navaids/ilslist.cxx +++ b/src/Navaids/ilslist.cxx @@ -179,7 +179,7 @@ FGILS *FGILSList::findByFreq( double freq, &reciprocal_bearing, &dummy, &dummy ); angle_to_beam_deg = fabs(reciprocal_bearing - s_ils_deg); if ( angle_to_beam_deg <= best_angle ) { - *ils = *stations[i]; + ils = stations[i]; best_angle = angle_to_beam_deg; } }