[PATCH 2/2] gdiplus: Display the GUID of the image type in GdipSaveImageToStream
24 May
2018
24 May
'18
4:06 a.m.
Based of patch by Dmitry Timoshkov Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/gdiplus/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c index 5affe03..e9b0b08 100644 --- a/dlls/gdiplus/image.c +++ b/dlls/gdiplus/image.c @@ -4580,7 +4580,7 @@ GpStatus WINGDIPAPI GdipSaveImageToStream(GpImage *image, IStream* stream, encode_image_func encode_image; int i; - TRACE("%p %p %p %p\n", image, stream, clsid, params); + TRACE("%p, %p, %s, %p\n", image, stream, wine_dbgstr_guid(clsid), params); if(!image || !stream) return InvalidParameter; -- 1.9.1
2767
Age (days ago)
2767
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alistair Leslie-Hughes -
Vincent Povirk