]> git.mxchange.org Git - flightgear.git/commitdiff
Oops, sorry, nothing more to see here, move right along ...
authorcurt <curt>
Tue, 4 Feb 2003 17:22:00 +0000 (17:22 +0000)
committercurt <curt>
Tue, 4 Feb 2003 17:22:00 +0000 (17:22 +0000)
src/Navaids/ilslist.cxx

index abbff312acf783eec938d90c568b9cfddf7f0ed4..2892130f27f89d16cf34c1c95c184b08e77345a3 100644 (file)
@@ -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;
             }
        }