Quicken/CreateCompatibleBitmap issue revisited

Juan Lang juan_lang at yahoo.com
Mon May 2 11:29:41 CDT 2005


Hi Rein,

> Indeed, what happens if you try this obvious patch:
(snip context)
-    if ((width >= 0x10000) || (height >= 0x10000))
+    if ((height && width >= 0x10000) || (width && height >= 0x10000))

This obvious patch is quite wrong, height && width evaluantes to either 0
or 1, same with width && height, so now the fixme will never be produced.

--Juan

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the wine-devel mailing list