News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Windows Nt support

Started by bluearms, January 13, 2007, 05:06:06 PM

Previous topic - Next topic

bluearms

I have found a bug regarding global.cpp in today's svn patch. In windows 95/NT, the variable r.left and r.top is not initialized to 0.


thomas

Quote from: bluearms on January 15, 2007, 10:42:59 AM
I have found a bug regarding global.cpp in today's svn patch. In windows 95/NT, the variable r.left and r.top is not initialized to 0.
Not sure that's really needed, but added anyway... doesn't cost us anything :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

bluearms

I also found r.right and r.bottom are used more lines below, but not initialized too if win95 or nt.