Small tracing improvement in hglobalstream.c
Francois Gouget
fgouget at codeweavers.com
Fri Jan 16 05:43:28 CST 2004
Changelog:
* dlls/ole32/hglobalstream.c
Huw Davies <hdavies at codeweavers.com>
Trace the high part of the Seek offset.
--
Francois Gouget
fgouget at codeweavers.com
-------------- next part --------------
Index: dlls/ole32/hglobalstream.c
===================================================================
RCS file: /home/cvs/wine/dlls/ole32/hglobalstream.c,v
retrieving revision 1.20
diff -u -r1.20 hglobalstream.c
--- dlls/ole32/hglobalstream.c 26 Nov 2003 03:36:18 -0000 1.20
+++ dlls/ole32/hglobalstream.c 12 Jan 2004 18:23:07 -0000
@@ -575,7 +575,7 @@
ULARGE_INTEGER newPosition;
- TRACE("(%p, %ld, %ld, %p)\n", iface,
+ TRACE("(%p, %ld:%ld, %ld, %p)\n", iface, dlibMove.s.HighPart,
dlibMove.s.LowPart, dwOrigin, plibNewPosition);
/*
More information about the wine-patches
mailing list