[sword-cvs] sword/utilities emptyvss.cpp,1.3,1.4 mod2vpl.cpp,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 15 Jan 2004 20:42:47 -0700
- Previous message: [sword-cvs] sword/src/modules/texts swtext.cpp,1.12,1.13
- Next message: [sword-cvs] sword/src/modules/filters gbfhtmlhref.cpp,1.23,1.24 osishtmlhref.cpp,1.18,1.19 osisrtf.cpp,1.26,1.27 osiswebif.cpp,1.6,1.7 thmlheadings.cpp,1.12,1.13 thmlhtmlhref.cpp,1.45,1.46 thmlrtf.cpp,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/core/sword/utilities
In directory www:/tmp/cvs-serv22315/utilities
Modified Files:
emptyvss.cpp mod2vpl.cpp
Log Message:
WINCE fixes
Index: emptyvss.cpp
===================================================================
RCS file: /cvs/core/sword/utilities/emptyvss.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- emptyvss.cpp 1 Oct 2002 19:52:41 -0000 1.3
+++ emptyvss.cpp 16 Jan 2004 03:42:42 -0000 1.4
@@ -29,10 +29,10 @@
SWKey *key = (*mod);
VerseKey *vkey = 0;
- try {
+ SWTRY {
vkey = dynamic_cast<VerseKey *>(key);
}
- catch (...) {}
+ SWCATCH (...) {}
if (!vkey) {
fprintf(stderr, "error: %s: %s module is not keyed to verses \n", argv[0], argv[1]);
Index: mod2vpl.cpp
===================================================================
RCS file: /cvs/core/sword/utilities/mod2vpl.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mod2vpl.cpp 1 Oct 2002 19:52:41 -0000 1.6
+++ mod2vpl.cpp 16 Jan 2004 03:42:42 -0000 1.7
@@ -50,10 +50,10 @@
SWKey *key = (*mod);
VerseKey *vkey = 0;
- try {
+ SWTRY {
vkey = dynamic_cast<VerseKey *>(key);
}
- catch (...) {}
+ SWCATCH (...) {}
if (!vkey) {
fprintf(stderr, "error: %s: %s module is not keyed to verses \n", argv[0], argv[1]);
- Previous message: [sword-cvs] sword/src/modules/texts swtext.cpp,1.12,1.13
- Next message: [sword-cvs] sword/src/modules/filters gbfhtmlhref.cpp,1.23,1.24 osishtmlhref.cpp,1.18,1.19 osisrtf.cpp,1.26,1.27 osiswebif.cpp,1.6,1.7 thmlheadings.cpp,1.12,1.13 thmlhtmlhref.cpp,1.45,1.46 thmlrtf.cpp,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]