Subject: | Localized error message is truncated from end |
If error message from OLE contains local characters error message is
truncated from end
Patch for this bug:
869a870
Show quoted text
> //PE:
871c872,874
< (pszMsgText[dwCount-1] < ' ' || pszMsgText[dwCount-1] ==
'.'))
---
Show quoted text> (pszMsgText[dwCount-1] == '\r' ||
> pszMsgText[dwCount-1] == '\n' ||
> pszMsgText[dwCount-1] == '.'))