]> git.mxchange.org Git - flightgear.git/commitdiff
Get rid of a stray character that must have introduced itself with my random
authorcurt <curt>
Tue, 16 Nov 2004 19:48:42 +0000 (19:48 +0000)
committercurt <curt>
Tue, 16 Nov 2004 19:48:42 +0000 (19:48 +0000)
keyboard fumbling.

src/Network/ATC-Inputs.cxx

index b43f1e18bd047565317dd74194d451e1a455ef00..1c97098b2e8541c9668b964a125c95059ef85958 100644 (file)
@@ -537,7 +537,7 @@ bool FGATCInput::do_analog_in() {
                             if ( value > max ) { value = max; }
                         }
 
-                        prop = child\0->getChild( "compass-heading" );
+                        prop = child->getChild( "compass-heading" );
                         if ( prop != NULL ) {
                             bool compass = prop->getBoolValue();
                             if ( compass ) {