aboutsummaryrefslogtreecommitdiff
path: root/textproc/lemmatizer
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-06-20 07:09:55 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-06-20 07:09:55 +0000
commitf44e074ccc1e6ac8d32234e7344798c2be9fef17 (patch)
tree048dbb4473ad988f6ee8ae05af6f32dd6d6de96a /textproc/lemmatizer
parentc23116176f6a7f05fa3b303228db85ea96697917 (diff)
downloadports-f44e074ccc1e6ac8d32234e7344798c2be9fef17.tar.gz
ports-f44e074ccc1e6ac8d32234e7344798c2be9fef17.zip
Notes
Diffstat (limited to 'textproc/lemmatizer')
-rw-r--r--textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp b/textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp
new file mode 100644
index 000000000000..b4669a0b6649
--- /dev/null
+++ b/textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp
@@ -0,0 +1,11 @@
+--- Source/MorphWizardLib/wizard.cpp.old Fri Jun 17 14:37:58 2005
++++ Source/MorphWizardLib/wizard.cpp Fri Jan 28 11:36:40 2005
+@@ -35,7 +35,7 @@
+ Trim(s);
+ }
+ else
+- m_Comments.clear();
++ m_Comments.erase();
+
+ StringTokenizer Tok(s.c_str(), "%");
+ m_Flexia.clear();