x11drv

Dimitrie O. Paun dpaun at rogers.com
Fri Jan 30 07:53:38 CST 2004


On January 30, 2004 08:47 am, RemiAssailly at aol.com wrote:
Please, no HTML mail if possible.

> -    if (devmode)
> +    if (devmode==NULL)
>      {
>          TRACE("DM_fields=%s\n",_DM_fields(devmode->dmFields));

This can't possibly be right. In effect you're disabling that
if completely (unless devmode is NULL, in which case you'll
get a segfault on the next line).

-- 
Dimi.




More information about the wine-devel mailing list