[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - hunspell/hunspell.rhbz918938.patch

Caolán McNamara caolanm at redhat.com
Thu Mar 14 04:57:54 PDT 2013


 hunspell/hunspell.rhbz918938.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e021eb1e73da8f008e8f35eaa01efbcddfbdaa7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Mar 14 11:26:26 2013 +0000

    safer order of replacement
    
    Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6
    Reviewed-on: https://gerrit.libreoffice.org/2721
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/hunspell/hunspell.rhbz918938.patch b/hunspell/hunspell.rhbz918938.patch
index 8d23503..f1bdbd4 100644
--- a/hunspell/hunspell.rhbz918938.patch
+++ b/hunspell/hunspell.rhbz918938.patch
@@ -57,8 +57,8 @@
 +        std::string entry((*slst)[i]);
          free((*slst)[i]);
 +        myrep(entry, "\t", " ");
-+        myrep(entry, "<", "<");
 +        myrep(entry, "&", "&");
++        myrep(entry, "<", "<");
 +        r.append(entry);
 +
 +        r.append("</a>");


More information about the Libreoffice-commits mailing list