Skip Menu |

This queue is for tickets about the Win32-OLE CPAN distribution.

Report information
The Basics
Id: 43576
Status: new
Priority: 0/
Queue: Win32-OLE

People
Owner: Nobody in particular
Requestors: ernest [...] eis.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1709
Fixed in: (no value)



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] == '.'))