[sword-svn] r3146 - trunk/src/modules
scribe at crosswire.org
scribe at crosswire.org
Mon Mar 24 12:50:34 MST 2014
Author: scribe
Date: 2014-03-24 12:50:34 -0700 (Mon, 24 Mar 2014)
New Revision: 3146
Modified:
trunk/src/modules/swmodule.cpp
Log:
BUGFIX: fixed popError in module when module key was modified directly
Modified: trunk/src/modules/swmodule.cpp
===================================================================
--- trunk/src/modules/swmodule.cpp 2014-03-22 19:53:51 UTC (rev 3145)
+++ trunk/src/modules/swmodule.cpp 2014-03-24 19:50:34 UTC (rev 3146)
@@ -171,6 +171,7 @@
char retval = error;
error = 0;
+ if (!retval) retval = key->popError();
return retval;
}
More information about the sword-cvs
mailing list