[sword-svn] r3741 - trunk/utilities
scribe at crosswire.org
scribe at crosswire.org
Wed May 13 16:37:36 MST 2020
Author: scribe
Date: 2020-05-13 16:37:36 -0700 (Wed, 13 May 2020)
New Revision: 3741
Modified:
trunk/utilities/imp2vs.cpp
Log:
imp2vs: Add whitespace between buffer entries when appending
Modified: trunk/utilities/imp2vs.cpp
===================================================================
--- trunk/utilities/imp2vs.cpp 2020-05-10 17:45:54 UTC (rev 3740)
+++ trunk/utilities/imp2vs.cpp 2020-05-13 23:37:36 UTC (rev 3741)
@@ -318,6 +318,7 @@
if (first) {
*linkMaster = *vkey;
SWBuf text = (replace) ? "" : module->getRawEntry();
+ if (text.length()) text += " ";
text += entry;
@@ -364,3 +365,4 @@
delete linkMaster;
}
}
+
More information about the sword-cvs
mailing list