Commit 4fa8d3a4 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Improve run tracing format.

parent 1d815a28
......@@ -249,7 +249,7 @@ static inline struct dwrite_typography *impl_from_IDWriteTypography(IDWriteTypog
static inline const char *debugstr_run(const struct regular_layout_run *run)
{
return wine_dbg_sprintf("[%u,%u]", run->descr.textPosition, run->descr.textPosition +
return wine_dbg_sprintf("[%u,%u)", run->descr.textPosition, run->descr.textPosition +
run->descr.stringLength);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment