[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
- Previous message: [sword-cvs] sword ltmain.sh,1.5,1.6
- Next message: [sword-cvs] sword/src/modules/filters gbfhtml.cpp,1.29,1.30 gbfhtmlhref.cpp,1.26,1.27 gbfrtf.cpp,1.35,1.36 gbfwebif.cpp,1.9,1.10 osisstrongs.cpp,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [sword-cvs] sword ltmain.sh,1.5,1.6
- Next message: [sword-cvs] sword/src/modules/filters gbfhtml.cpp,1.29,1.30 gbfhtmlhref.cpp,1.26,1.27 gbfrtf.cpp,1.35,1.36 gbfwebif.cpp,1.9,1.10 osisstrongs.cpp,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]