summaryrefslogtreecommitdiff
path: root/bindings/flatapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/flatapi.cpp')
-rw-r--r--bindings/flatapi.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/bindings/flatapi.cpp b/bindings/flatapi.cpp
index 728f863..58476e8 100644
--- a/bindings/flatapi.cpp
+++ b/bindings/flatapi.cpp
@@ -2,7 +2,7 @@
* swordapi.cpp - This file contains an api usable by non-C++
* environments
*
- * $Id: flatapi.cpp 1685 2004-12-22 07:05:49Z scribe $
+ * $Id: flatapi.cpp 2325 2009-04-20 19:09:25Z scribe $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -319,8 +319,9 @@ const char *SWModule_getFootnoteRefList(SWHANDLE hmodule, const char *key, const
-SWHANDLE listkey_getVerselistIterator(const char * list, const char * key) {
+SWHANDLE listkey_getVerselistIterator(const char *list, const char *key, const char *v11n) {
VerseKey versekey;
+ versekey.setVersificationSystem(v11n);
static ListKey verses;
versekey.setText(key);