28 Dec
2018
28 Dec
'18
12:23 p.m.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- dlls/usp10/usp10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index abc2605..8d41703 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -2227,7 +2227,7 @@ static HRESULT SS_ItemOut( SCRIPT_STRING_ANALYSIS ssa, (cEnd >= 0 && analysis->pItem[iItem].iCharPos >= cEnd)) return S_OK; - CopyRect(&crc,prc); + if (prc) crc = *prc; if (fSelected) { BkMode = GetBkMode(analysis->hdc); -- 2.19.1