On Tuesday 17 February 2009, Vladimir Nadvornik wrote:
> +    memset(&fallbackColor, 0, sizeof(fallbackColor));
> +
>      fallbackColor.red = 0x8000;
>      fallbackColor.green = 0x8000;
>      fallbackColor.blue = 0x8000;

What is the reason to memset the structure to 0 when you immediately after 
that set every structure member individually?

-- 
Dan


-- 
To unsubscribe, send mail to [email protected].

Reply via email to