[sword-cvs] sword/examples/cmdline lookup.cpp,1.7,1.8

sword@www.crosswire.org sword@www.crosswire.org
Tue, 10 Jun 2003 10:25:14 -0700


Update of /usr/local/cvsroot/sword/examples/cmdline
In directory www:/tmp/cvs-serv27591/examples/cmdline

Modified Files:
	lookup.cpp 
Log Message:



Index: lookup.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/examples/cmdline/lookup.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** lookup.cpp	1 Oct 2002 19:52:40 -0000	1.7
--- lookup.cpp	10 Jun 2003 17:25:12 -0000	1.8
***************
*** 41,45 ****
  						// get the idxbuf entry for the key
  	std::cout << (const char *)(SWKey &)*target << ":\n";
! 	std::cout << target->StripText();
  	std::cout << "\n";
  	std::cout << "==========================\n";
--- 41,46 ----
  						// get the idxbuf entry for the key
  	std::cout << (const char *)(SWKey &)*target << ":\n";
! //	std::cout << target->StripText();
! 	std::cout << target->getRawEntry();
  	std::cout << "\n";
  	std::cout << "==========================\n";