[sword-cvs] sword/src/mgr installmgr.cpp,1.18,1.19 swmgr.cpp,1.98,1.99

sword@www.crosswire.org sword@www.crosswire.org
Fri, 30 Jan 2004 17:09:33 -0700


Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv30041/src/mgr

Modified Files:
	installmgr.cpp swmgr.cpp 
Log Message:
Updated for new strong: prefix and added some parsing logic for NASB


Index: installmgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/installmgr.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- installmgr.cpp	17 Jan 2004 17:53:03 -0000	1.18
+++ installmgr.cpp	31 Jan 2004 00:09:31 -0000	1.19
@@ -609,6 +609,8 @@
 		}
 		closedir(dir);
 	}
+	if (!FileMgr::existsDir(target))
+		FileMgr::createPathAndFile(target+"/globals.conf");
 
 
 

Index: swmgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/swmgr.cpp,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- swmgr.cpp	21 Jan 2004 06:14:41 -0000	1.98
+++ swmgr.cpp	31 Jan 2004 00:09:31 -0000	1.99
@@ -95,7 +95,7 @@
 #endif
 
 
-bool SWMgr::debug = true;
+bool SWMgr::debug = false;
 
 #ifdef GLOBCONFPATH
 const char *SWMgr::globalConfPath = GLOBCONFPATH;