Recruit regression testers?

Carlos Lozano clozano at andago.com
Sat Jan 29 11:49:56 CST 2005


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   <___'/ | \ -_) __/\__ \ >  <  -_)
 [ carlos.lozano at andago.com ]\___|_|  ____/ _/\_\___|
 [ calb at epsxe.com           ]  http://www.ePSXe.com
-------------- next part --------------
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;
 		


More information about the wine-patches mailing list