[sword-cvs] sword/tests rawldidxtest.cpp,1.3,1.4

sword@www.crosswire.org sword@www.crosswire.org
Thu, 27 Feb 2003 00:47:39 -0700


Update of /usr/local/cvsroot/sword/tests
In directory www:/tmp/cvs-serv29777/tests

Modified Files:
	rawldidxtest.cpp 
Log Message:


Index: rawldidxtest.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/tests/rawldidxtest.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rawldidxtest.cpp	1 Oct 2002 22:04:59 -0000	1.3
--- rawldidxtest.cpp	27 Feb 2003 07:47:37 -0000	1.4
***************
*** 36,40 ****
  	char *trybuf = 0;
  	for (long index = 0; index < maxoff; index+=6) {
! 		mod.getidxbuf(index, &trybuf);
  		if (!first) {
  			if (strcmp(trybuf, last.c_str()) < 0) {
--- 36,40 ----
  	char *trybuf = 0;
  	for (long index = 0; index < maxoff; index+=6) {
! 		mod.getIDXBuf(index, &trybuf);
  		if (!first) {
  			if (strcmp(trybuf, last.c_str()) < 0) {