[usp10 1/6] Fix an uninitialized static variable.

Jason Green jave27 at gmail.com
Thu Dec 17 14:56:59 CST 2009


Yeah, I was just forwarding this from one of our other internal developers.  I just went back and noticed that he had a note here which said, "This patch isn't really necessary, and could be left off the submission to WineHQ."

:-)

On Dec 17, 2009, at 3:46 PM, Juan Lang wrote:

> Hi Jason,
> 
> -    static const ABC nil;
> +    static const ABC nil = {0};
> 
> This has no effect, as static variables are implicitly initialized to
> 0 anyway.  It might be a little less surprising this way..
> --Juan




More information about the wine-devel mailing list