[sword-svn] r2047 - trunk/src/modules/filters

tbiggs at www.crosswire.org tbiggs at www.crosswire.org
Thu May 10 06:58:12 MST 2007


Author: tbiggs
Date: 2007-05-10 06:58:11 -0700 (Thu, 10 May 2007)
New Revision: 2047

Modified:
   trunk/src/modules/filters/osishtmlhref.cpp
   trunk/src/modules/filters/osisrtf.cpp
Log:
fix/work-around for nasb devineName in note bug

Modified: trunk/src/modules/filters/osishtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/osishtmlhref.cpp	2007-05-03 20:09:16 UTC (rev 2046)
+++ trunk/src/modules/filters/osishtmlhref.cpp	2007-05-10 13:58:11 UTC (rev 2047)
@@ -236,6 +236,7 @@
 			if (tag.isEndTag()) {
 				u->suspendTextPassThru = (--u->suspendLevel);
 				u->inXRefNote = false;
+				u->lastSuspendSegment = ""; // fix/work-around for nasb devineName in note bug
 			}
 		}
 

Modified: trunk/src/modules/filters/osisrtf.cpp
===================================================================
--- trunk/src/modules/filters/osisrtf.cpp	2007-05-03 20:09:16 UTC (rev 2046)
+++ trunk/src/modules/filters/osisrtf.cpp	2007-05-10 13:58:11 UTC (rev 2047)
@@ -518,4 +518,3 @@
 
 
 SWORD_NAMESPACE_END
-




More information about the sword-cvs mailing list