El lun, 24 de ene de 2005, a las 10:39, Lionel Ulmer escribio:
> > Lionel, meanwhile, needs to digup his fallout CDs to debug the app :)
> 
> Oh well, it's not exactly my CD that I need to find (I actually have a log
> showing the problem done with the Fallout installer on my CD), it's just
> that I need to find the time to do it.

It is the line what did the regression.

Regards,
Carlos.

-- 
 ___         _          \  |  /  Consulting
| . |._ _  _| | ___  ___  ___    http://www.andago.com
|   || ' |/ . |<_> |/ . |/ . \__ GNU/Linux
|_|_||_|_|\___|<___|\_. |\___/     _ \  __|\ \  /
 Carlos A. Lozano   <___'/ | \ -_) __/\__ \ >  <  -_)
 [ [EMAIL PROTECTED] ]\___|_|  ____/ _/\_\___|
 [ [EMAIL PROTECTED]           ]  http://www.ePSXe.com
Index: dlls/dinput/device.c
===================================================================
RCS file: /home/wine/wine/dlls/dinput/device.c,v
retrieving revision 1.23
diff -u -r1.23 device.c
--- dlls/dinput/device.c        17 Sep 2004 18:10:41 -0000      1.23
+++ dlls/dinput/device.c        29 Jan 2005 17:39:44 -0000
@@ -316,7 +316,7 @@
                  * instance id.
                  */
                 ((asked_format->rgodf[j].dwType & 0x00FFFF00) == 
DIDFT_ANYINSTANCE) ||
-                (DIDFT_GETINSTANCE(wine_format->rgodf[i].dwType) == 
DIDFT_GETINSTANCE(asked_format->rgodf[j].dwType)))) {
+                (wine_format->rgodf[i].dwType & 
asked_format->rgodf[j].dwType))) {
                
                done[j] = 1;
                

Reply via email to