[Bug 17324] Lotus Notes Client 6.5.5 crashed

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 1 03:40:02 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=17324





--- Comment #66 from Toralf Förster <toralf.foerster at gmx.de>  2010-03-01 03:40:02 ---
This makes the bug away - but I dunno why : 

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index 523bd4f..b4896c8 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -558,9 +558,9 @@ HRESULT WINAPI ScriptItemize(const WCHAR *pwcInChars, int
cInChars, int cMaxItem

     for (cnt=1; cnt < cInChars; cnt++)
     {
-        if  (pwcInChars[cnt] == '\r')
-            New_Script = Script_CR;
-        else
+//         if  (pwcInChars[cnt] == '\r')
+//             New_Script = Script_CR;
+//         else
         if  (pwcInChars[cnt] == '\n')
             New_Script = Script_LF;
         else

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list