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

refdoc at crosswire.org refdoc at crosswire.org
Fri Oct 28 07:42:26 MST 2016


Author: refdoc
Date: 2016-10-28 07:42:25 -0700 (Fri, 28 Oct 2016)
New Revision: 3442

Modified:
   trunk/src/modules/filters/osisplain.cpp
Log:
This fixes API191 for 'q' with 'marker' attribute


Modified: trunk/src/modules/filters/osisplain.cpp
===================================================================
--- trunk/src/modules/filters/osisplain.cpp	2016-10-25 07:03:41 UTC (rev 3441)
+++ trunk/src/modules/filters/osisplain.cpp	2016-10-28 14:42:25 UTC (rev 3442)
@@ -246,6 +246,11 @@
 			}
 			u->suspendTextPassThru = false;
 		}
+		
+		else if ((!strncmp(token, "q", 1) && (u->tag.getAttribute("marker")))) {
+			buf.append(u->tag.getAttribute("marker"));
+			}
+		
 
                 // <milestone type="line"/>
                 else if (!strncmp(token, "milestone", 9)) {




More information about the sword-cvs mailing list