[sword-svn] r3217 - trunk/utilities
scribe at crosswire.org
scribe at crosswire.org
Wed Apr 30 22:14:05 MST 2014
Author: scribe
Date: 2014-04-30 22:14:04 -0700 (Wed, 30 Apr 2014)
New Revision: 3217
Modified:
trunk/utilities/imp2ld.cpp
Log:
bugfix
Modified: trunk/utilities/imp2ld.cpp
===================================================================
--- trunk/utilities/imp2ld.cpp 2014-05-01 05:13:49 UTC (rev 3216)
+++ trunk/utilities/imp2ld.cpp 2014-05-01 05:14:04 UTC (rev 3217)
@@ -88,7 +88,7 @@
SWCompress *compressor = 0;
SWBuf compType = "";
bool fourByteSize = false;
- bool strongsPadding = true;
+ bool strongsPadding = true;
if (argc < 2) usage(*argv);
@@ -174,7 +174,7 @@
usage(*argv, "ERROR: SWORD library not compiled with bzip2 compression support.\n\tBe sure libbz2 is available when compiling SWORD library");
#endif
}
- else if (compType = "XZ") {
+ else if (compType == "XZ") {
#ifndef EXCLUDEXZ
compressor = new XzCompress();
#else
More information about the sword-cvs
mailing list