From 0fe15bf8cf9d450a6ee9131991ed3390563232e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 14 Mar 2013 11:25:29 +0000 Subject: [PATCH] safer order of replacement --- hunspell.rhbz918938.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunspell.rhbz918938.patch b/hunspell.rhbz918938.patch index d29a3f8..a5e5020 100644 --- a/hunspell.rhbz918938.patch +++ b/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("");