[sword-svn] r3226 - in branches/sword-1-7-x: . bindings

greg.hellings at crosswire.org greg.hellings at crosswire.org
Thu May 1 20:01:36 MST 2014


Author: greg.hellings
Date: 2014-05-01 20:01:35 -0700 (Thu, 01 May 2014)
New Revision: 3226

Modified:
   branches/sword-1-7-x/
   branches/sword-1-7-x/bindings/flatapi.cpp
Log:
Merging r3225 - flatapi.cpp patch



Property changes on: branches/sword-1-7-x
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:2989-2991,2997,3001-3004,3006,3010-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106-3108,3110,3115,3118-3121,3126-3127,3131-3135,3140,3144,3151,3153-3155,3190-3192,3198-3199,3202-3203
   + /trunk:2989-2991,2997,3001-3004,3006,3010-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106-3108,3110,3115,3118-3121,3126-3127,3131-3135,3140,3144,3151,3153-3155,3190-3192,3198-3199,3202-3203,3225

Modified: branches/sword-1-7-x/bindings/flatapi.cpp
===================================================================
--- branches/sword-1-7-x/bindings/flatapi.cpp	2014-05-01 19:28:22 UTC (rev 3225)
+++ branches/sword-1-7-x/bindings/flatapi.cpp	2014-05-02 03:01:35 UTC (rev 3226)
@@ -569,11 +569,11 @@
 	sword::VerseKey *vkey = SWDYNAMIC_CAST(VerseKey, key);
 	if (vkey) {
 		if ((*keyText=='+' || *keyText=='-')) {
-			if (!stricmp(keyText+1, "book")) {
+			if (!sword::stricmp(keyText+1, "book")) {
 				vkey->setBook(vkey->getBook() + ((*keyText=='+')?1:-1));
 				return;
 			}
-			else if (!stricmp(keyText+1, "chapter")) {
+			else if (!sword::stricmp(keyText+1, "chapter")) {
 				vkey->setChapter(vkey->getChapter() + ((*keyText=='+')?1:-1));
 				return;
 			}




More information about the sword-cvs mailing list