Windows Qt5 binary

Dirk Hohndel dirk at hohndel.org
Mon Jun 9 11:25:59 PDT 2014


On Mon, Jun 09, 2014 at 11:09:31AM -0700, Dirk Hohndel wrote:
> On Mon, Jun 09, 2014 at 07:45:08PM +0200, Salvador Cuñat wrote:
> > Hi.
> > 
> > I've been trying the latest .exe in downloads/daily and there are a pair
> > of oddities:
> > 
> > 1.- On info box (profile) SAC is wrong and very, very long  :-) see
> > attached display capture _1.
> 
> Yeah, I mentioned that last night. I broke 'something' but haven't quite
> figured out what. Only appears to happen on Windows, though.

Interesting. I misremembered the ordering of arguments for *printf("%.*f").
It's precision first, then the value. What's crazy about this is that on
Linux this works fine in either order. On Windows, however, bad things
happen if you do it the other way around.

Fix pushed.

/D


More information about the subsurface mailing list