[sword-svn] r2417 - trunk/utilities
benpmorgan at crosswire.org
benpmorgan at crosswire.org
Sun May 17 21:08:42 MST 2009
Author: benpmorgan
Date: 2009-05-17 21:08:42 -0700 (Sun, 17 May 2009)
New Revision: 2417
Modified:
trunk/utilities/osis2mod.cpp
Log:
Match the sID of preverse content with the eID.
Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp 2009-05-18 01:43:43 UTC (rev 2416)
+++ trunk/utilities/osis2mod.cpp 2009-05-18 04:08:42 UTC (rev 2417)
@@ -916,7 +916,7 @@
if (inPreVerse) {
char genBuf[200];
- sprintf(genBuf, "<div type=\"x-milestone\" subType=\"x-preverse\" sID=\"pv%d\"/>", genID++);
+ sprintf(genBuf, "<div type=\"x-milestone\" subType=\"x-preverse\" sID=\"pv%d\"/>", genID);
text.append(genBuf);
}
}
More information about the sword-cvs
mailing list