]> git.mxchange.org Git - flightgear.git/commitdiff
Minor clean up.
authorcurt <curt>
Tue, 23 Aug 2005 21:02:44 +0000 (21:02 +0000)
committercurt <curt>
Tue, 23 Aug 2005 21:02:44 +0000 (21:02 +0000)
src/FDM/ExternalPipe/ExternalPipe.cxx

index 14a4c830fb7642125eb20ef31928bf50a6371e70..816c6d349dcc5c907eee16a74636caabe896f842 100644 (file)
@@ -416,8 +416,8 @@ void FGExternalPipe::update_binary( double dt ) {
                 << fifo_name_2 << " expected 1 item, but got " << result );
     } else {
         // cout << "  read successful." << endl;
+        FGNetFDM2Props( &fdm, false );
     }
-    FGNetFDM2Props( &fdm, false );
 #endif
 }