[sword-cvs] sword/apps/console/diatheke diatheke.cpp,1.27,1.28

sword@www.crosswire.org sword@www.crosswire.org
Sat, 28 Jun 2003 14:50:16 -0700


Update of /usr/local/cvsroot/sword/apps/console/diatheke
In directory www:/tmp/cvs-serv8918/apps/console/diatheke

Modified Files:
	diatheke.cpp 
Log Message:



Index: diatheke.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/console/diatheke/diatheke.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** diatheke.cpp	5 Apr 2003 04:13:23 -0000	1.27
--- diatheke.cpp	28 Jun 2003 21:50:14 -0000	1.28
***************
*** 11,15 ****
  #include <iostream>
  
- using std::string;
  using std::cout;
  
--- 11,14 ----
***************
*** 186,190 ****
  			i++;	
  			if (i < argc) {
! 				string key = argv[i];
  				i++;
  				for (; i < argc; i++)
--- 185,189 ----
  			i++;	
  			if (i < argc) {
! 				SWBuf key = argv[i];
  				i++;
  				for (; i < argc; i++)