[sword-svn] r1918 - trunk/src/modules/filters
scribe at crosswire.org
scribe at crosswire.org
Sun May 21 19:16:44 MST 2006
Author: scribe
Date: 2006-05-21 19:16:43 -0700 (Sun, 21 May 2006)
New Revision: 1918
Modified:
trunk/src/modules/filters/thmlstrongs.cpp
Log:
Fixed OLB morph interference in some ThML modules
Modified: trunk/src/modules/filters/thmlstrongs.cpp
===================================================================
--- trunk/src/modules/filters/thmlstrongs.cpp 2006-05-22 01:07:17 UTC (rev 1917)
+++ trunk/src/modules/filters/thmlstrongs.cpp 2006-05-22 02:16:43 UTC (rev 1918)
@@ -78,10 +78,13 @@
newText = true;
}
else {
+/*
// verb morph
sprintf(wordstr, "%03d", word);
module->getEntryAttributes()["Word"][wordstr]["Morph"] = val;
module->getEntryAttributes()["Word"][wordstr]["MorphClass"] = "OLBMorph";
+*/
+ word--; // for now, completely ignore this word attribute.
}
word++;
}
More information about the sword-cvs
mailing list