--- On Tue, 15/4/08, Juan Lang <[EMAIL PROTECTED]> wrote:

> From: Juan Lang <[EMAIL PROTECTED]>
> Subject: Re: Apparently it is possible to have chm file without #STRINGS in 
> it, so we should not stop processing file at it. Fixes bug #12498
> To: "Tomasz Jezierski - Tefnet" <[EMAIL PROTECTED]>
> Cc: "Wine Developers List" <wine-devel@winehq.org>
> Date: Tuesday, 15 April, 2008, 3:14 PM
> >  Have you tried patch without this "if"? In
> my case it crashes without it
> >  when I try to open chm from bug #12498... i don't
> know if strdupW can
> >  dup NULL as well as null?
> 
> Aaaah...  Sorry, my mistake, I missed this declaration:
>         static const WCHAR null[] = {0};
> That solves that mystery.
> 
> In that case, one fix per patch, please.  This fix and the
> other are
> unrelated:  one fixes a crash, the other deals with a
> missing #STRINGS
> stream.  Thanks,
> --Juan

Hmm, sorry, it is probably not a good idea to name a variable "null" - 
it is just a little confusing. Maybe W_Null or even Wchar_Null or
to make it more obvious that it is a programmer-defined variable? 


      ___________________________________________________________ 
Yahoo! For Good helps you make a difference  

http://uk.promotions.yahoo.com/forgood/


Reply via email to