[sword-cvs] sword/src/modules/lexdict/zld zld.cpp,1.8,1.9
sword at www.crosswire.org
sword at www.crosswire.org
Sat May 8 14:04:45 MST 2004
Update of /cvs/core/sword/src/modules/lexdict/zld
In directory www:/tmp/cvs-serv25446/src/modules/lexdict/zld
Modified Files:
zld.cpp
Log Message:
Fixed ListKey contains function and normalized Traversable method name
Index: zld.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/lexdict/zld/zld.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- zld.cpp 12 Aug 2003 05:36:31 -0000 1.8
+++ zld.cpp 8 May 2004 21:04:42 -0000 1.9
@@ -135,7 +135,7 @@
void zLD::increment(int steps) {
char tmperror;
- if (key->Traversable()) {
+ if (key->isTraversable()) {
*key += steps;
error = key->Error();
steps = 0;
More information about the sword-cvs
mailing list