On January 30, 2004 08:47 am, [EMAIL PROTECTED] 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.
