From fed01db83a1a602c65799881c91773b9e7734ee3 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 4 Feb 2003 17:22:00 +0000 Subject: [PATCH] Oops, sorry, nothing more to see here, move right along ... --- src/Navaids/ilslist.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5