[Bug 8492] Geoinfo Muenchen fails to display city logo

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 2 22:21:52 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8492





--- Comment #15 from Dmitry Timoshkov <dmitry at codeweavers.com>  2007-10-02 22:21:52 ---
> +    APM_HEADER *header = (APM_HEADER *)data;
...
> +    if ((hr = OLEPictureImpl_LoadMetafile(This, data + sizeof(APM_HEADER),
> size - sizeof(header))) != S_OK)
> +        return hr;

Shouldn't sizeof(header) above actually be either sizeof(APM_HEADER) or
sizeof(*header)?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list