[sword-svn] r3245 - branches/sword-1-7-x/utilities/diatheke
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Sat Jul 19 14:09:06 MST 2014
Author: greg.hellings
Date: 2014-07-19 14:09:06 -0700 (Sat, 19 Jul 2014)
New Revision: 3245
Modified:
branches/sword-1-7-x/utilities/diatheke/corediatheke.cpp
Log:
Applying Jaak's patch for "musl libc"
Modified: branches/sword-1-7-x/utilities/diatheke/corediatheke.cpp
===================================================================
--- branches/sword-1-7-x/utilities/diatheke/corediatheke.cpp 2014-07-12 17:58:32 UTC (rev 3244)
+++ branches/sword-1-7-x/utilities/diatheke/corediatheke.cpp 2014-07-19 21:09:06 UTC (rev 3245)
@@ -454,7 +454,6 @@
if (font) { *output << "style=\"font:\"" << font << ";\" " ;}
if (strcmp(modlocale,locale) !=0 ) { *output << "lang=\"" << modlocale << "\"";}
*output << ">";
- }
}
if (font && (outputformat == FMT_HTML || outputformat == FMT_HTMLHREF || outputformat == FMT_XHTML || outputformat == FMT_THML || outputformat == FMT_CGI)) {
@@ -499,3 +498,4 @@
}
+}
More information about the sword-cvs
mailing list