[sword-svn] r3911 - trunk/utilities
dmsmith at crosswire.org
dmsmith at crosswire.org
Tue Jul 29 17:19:48 EDT 2025
Author: dmsmith
Date: 2025-07-29 17:19:48 -0400 (Tue, 29 Jul 2025)
New Revision: 3911
Modified:
trunk/utilities/osis2mod.cpp
Log:
MODTOOLS-110 fixed a bug in handling whitespace following an entity that was preceded with whitespace.
Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp 2025-07-12 16:55:21 UTC (rev 3910)
+++ trunk/utilities/osis2mod.cpp 2025-07-29 21:19:48 UTC (rev 3911)
@@ -1647,6 +1647,7 @@
if (!inentity && curChar == '&') {
inentity = true;
+ inWhitespace = false;
entitytype = ET_NONE;
entityToken = "&";
continue;
More information about the sword-cvs
mailing list