Geoff McLane writes:
> Also have noted a few changes of, like -
> 318 !> if ( fgGetString("/sim/startup/units") == "meters") {
> to
> 318 <! if ( !strcmp("/sim/startup/units", "meters")) {
> but am i missing something here? To compare 2
> different strings will always be non-zero ...
>
> Shouldn't these be
> 318 <! if ( !strcmp( fgGetString("/sim/startup/units"), "meters"))
> {
Wow, I've looked at those in the code many times since the change and
it never hit me that this was wrong. Good catch, I've fixed these up
in CVS. However, I still can't get my compiler past model.cxx so I'm
dead in the water for actually testing to see if this fixes up any of
the slightly wierd things I've been seeing lately.
Curt.
--
Curtis Olson IVLab / HumanFIRST Program FlightGear Project
Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED]
Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel