Assorted typos fixes

Dmitry Timoshkov dmitry at baikal.ru
Sun Feb 23 16:20:55 CST 2014


Andrey Gusev <andrey.goosev at gmail.com> wrote:

> diff --git a/dlls/gdiplus/tests/image.c b/dlls/gdiplus/tests/image.c
> index c4e61cc..1f94516 100644
> --- a/dlls/gdiplus/tests/image.c
> +++ b/dlls/gdiplus/tests/image.c
> @@ -3251,7 +3251,7 @@ static void test_GdipGetAllPropertyItems(void)
>          { PropertyTagTypeShort, 0x102, 6, { 8,0,8,0,8,0 } },
>          { PropertyTagTypeShort, 0x103, 2, { 1 } },
>          { PropertyTagTypeShort, 0x106, 2, { 2,0 } },
> -        { PropertyTagTypeASCII, 0x10d, 27, "/home/meh/Desktop/test.tif" },
> +        { PropertyTagTypeASCII, 0x10d, 27, "/home/meh/Desktop/test.tiff" },
>          { PropertyTagTypeLong, 0x111, 4, { 8,0,0,0 } },

This change is obviously wrong.

> diff --git a/dlls/ieframe/dochost.c b/dlls/ieframe/dochost.c
> index 8c5d4b5..78b3f9e 100644
> --- a/dlls/ieframe/dochost.c
> +++ b/dlls/ieframe/dochost.c
> @@ -846,7 +846,7 @@ static HRESULT WINAPI DocHostUIHandler_ResizeBorder(IDocHostUIHandler2 *iface,
>          LPCRECT prcBorder, IOleInPlaceUIWindow *pUIWindow, BOOL fRameWindow)
>  {
>      DocHost *This = impl_from_IDocHostUIHandler2(iface);
> -    FIXME("(%p)->(%p %p %X)\n", This, prcBorder, pUIWindow, fRameWindow);
> +    FIXME("(%p)->(%p %p %x)\n", This, prcBorder, pUIWindow, fRameWindow);
>      return E_NOTIMPL;
>  }

What's the reason for this one?

-- 
Dmitry.



More information about the wine-devel mailing list