gdiplus: Fix input string tracing in GdipMeasureCharacterRanges().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5d071ce03d
commit
062411d69d
|
@ -5298,7 +5298,7 @@ GpStatus WINGDIPAPI GdipMeasureCharacterRanges(GpGraphics* graphics,
|
|||
RectF scaled_rect;
|
||||
REAL margin_x;
|
||||
|
||||
TRACE("(%p %s %d %p %s %p %d %p)\n", graphics, debugstr_w(string),
|
||||
TRACE("(%p %s %d %p %s %p %d %p)\n", graphics, debugstr_wn(string, length),
|
||||
length, font, debugstr_rectf(layoutRect), stringFormat, regionCount, regions);
|
||||
|
||||
if (!(graphics && string && font && layoutRect && stringFormat && regions))
|
||||
|
|
Loading…
Reference in New Issue