[sword-cvs] sword/src/keys listkey.cpp,1.18,1.19 swkey.cpp,1.16,1.17

sword@www.crosswire.org sword@www.crosswire.org
Sat, 30 Aug 2003 18:58:16 -0700


Update of /usr/local/cvsroot/sword/src/keys
In directory www:/tmp/cvs-serv24365/src/keys

Modified Files:
	listkey.cpp swkey.cpp 
Log Message:



Index: listkey.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/keys/listkey.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- listkey.cpp	27 Jun 2003 01:41:07 -0000	1.18
+++ listkey.cpp	31 Aug 2003 01:58:14 -0000	1.19
@@ -234,7 +234,7 @@
  * RET:	Key or null on error
  */
 
-SWKey *ListKey::GetElement(int pos) {
+SWKey *ListKey::getElement(int pos) {
 	if (pos < 0)
 		pos = arraypos;
 		

Index: swkey.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/keys/swkey.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- swkey.cpp	27 Jun 2003 01:41:07 -0000	1.16
+++ swkey.cpp	31 Aug 2003 01:58:14 -0000	1.17
@@ -25,6 +25,7 @@
 	keytext   = 0;
 	rangeText = 0;
 	error     = 0;
+	userData  = 0;
 	stdstr(&keytext, ikey);
 	init();
 }