To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59055


User nemeth changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Dec  7 14:13:34 -0800 
2005 -------
Fixed in the CWS. 

(Diff is 2 characters:

--- lingucomponent.old/source/spellcheck/hunspell/hunspell.cxx  2005-11-09
04:50:23.000000000 +0100
+++ lingucomponent/source/spellcheck/hunspell/hunspell.cxx      2005-12-07
22:47:52.758396048 +0100
@@ -727,12 +727,12 @@
           int wl = mkallsmall2(s, w, len);
           free((*slst)[j]);          
           if (spell(s)) {
-            (*slst)[j] = mystrdup(s);
+            (*slst)[l] = mystrdup(s);
             l++;
           } else {
             int wl = mkinitcap2(s, w, len);
             if (spell(s)) {
-              (*slst)[j] = mystrdup(s);
+              (*slst)[l] = mystrdup(s);
               l++;
             }
           }


)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to