[sword-svn] r2204 - trunk/src/keys

scribe at www.crosswire.org scribe at www.crosswire.org
Thu Sep 18 17:47:45 MST 2008


Author: scribe
Date: 2008-09-18 17:47:45 -0700 (Thu, 18 Sep 2008)
New Revision: 2204

Modified:
   trunk/src/keys/versetreekey.cpp
Log:
Silliness bug which always returned bookno 0


Modified: trunk/src/keys/versetreekey.cpp
===================================================================
--- trunk/src/keys/versetreekey.cpp	2008-09-17 17:31:38 UTC (rev 2203)
+++ trunk/src/keys/versetreekey.cpp	2008-09-19 00:47:45 UTC (rev 2204)
@@ -92,7 +92,7 @@
 		books.push_back(sbook(iabbr));
 */
 	}
-	return 0;
+	return bookno;
 }
 
 /******************************************************************************




More information about the sword-cvs mailing list