From 49906feb23fd9604df710dbe29e363a402b1d08d Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Fri, 16 Jan 2004 21:22:41 +0000 Subject: [PATCH] Trace the high part of the Seek offset. --- dlls/ole32/hglobalstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ole32/hglobalstream.c b/dlls/ole32/hglobalstream.c index 286739b165f..f450a9da34d 100644 --- a/dlls/ole32/hglobalstream.c +++ b/dlls/ole32/hglobalstream.c @@ -575,7 +575,7 @@ HRESULT WINAPI HGLOBALStreamImpl_Seek( ULARGE_INTEGER newPosition; - TRACE("(%p, %ld, %ld, %p)\n", iface, + TRACE("(%p, %lx%08lx, %ld, %p)\n", iface, dlibMove.s.HighPart, dlibMove.s.LowPart, dwOrigin, plibNewPosition); /* -- 2.11.4.GIT