[PATCH libreoffice-4-0] safer order of replacement
Caolán McNamara (via_Code_Review)
gerrit at gerrit.libreoffice.org
Thu Mar 14 04:28:28 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2721
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/2721/1
safer order of replacement
Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6
---
M hunspell/hunspell.rhbz918938.patch
1 file changed, 1 insertion(+), 1 deletion(-)
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>");
--
To view, visit https://gerrit.libreoffice.org/2721
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Caolán McNamara <caolanm at redhat.com>
More information about the LibreOffice
mailing list