[Flightgear-devel] strtof doesn't exist on windows

2009-09-10 Thread Nicolas Quijano
So in generic.cxx, at line 381, I suggest using *strtod* instead, since the value is cast to float anyway on the next line. I gather this change (separate case for float and double) is the fix for choppy replays ? Cheers, Nic -- Be Kind. Remember, everyone is fighting a hard battle. --

Re: [Flightgear-devel] strtof doesn't exist on windows

2009-09-10 Thread Curtis Olson
I'm out of the office at the moment but when I return I can change strtof() back to strtod(). I didn't realize that was missing in windows. Or if someone else beats me to it that's fine too. This fixes a precision issue for doubles when replaying ascii format files. -- Curt On Sep 10, 2009 1:5