summaryrefslogtreecommitdiffstats
path: root/versification/v11nsys.pl
diff options
context:
space:
mode:
authorChris Little <chrislit@crosswire.org>2009-03-14 11:28:07 +0000
committerChris Little <chrislit@crosswire.org>2009-03-14 11:28:07 +0000
commitc676c58279cbd4d7e1f54e0f11dbd1763ff871d2 (patch)
tree1e3dfdcbf3121f3f7ec433c558dcf989f3fd4c48 /versification/v11nsys.pl
parent3234f57d5a00565f4fc6cff248d3c9261b719f7e (diff)
downloadsword-tools-c676c58279cbd4d7e1f54e0f11dbd1763ff871d2.tar.gz
added more alternate abbreviations
fixed a major bug in the abbrevs generation logic everything looks good now (though IMP parsing remains untested), so it's time to start analyzing v11n systems to determine which are actually important and should be integrated into Sword git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@174 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'versification/v11nsys.pl')
-rw-r--r--versification/v11nsys.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/versification/v11nsys.pl b/versification/v11nsys.pl
index 60d487c..fff2043 100644
--- a/versification/v11nsys.pl
+++ b/versification/v11nsys.pl
@@ -188,7 +188,7 @@ foreach $infile (@srcfiles) {
if ($thisBook ne $lastBook) {
$bCount++;
$vm .= "\n\t// $idmap{$osis{lc($thisBook)}}\n\t";
- $abbrevsList .= $abbrevs{lc($thisBook)};
+ $abbrevsList .= $abbrevs{lc($osis{lc($thisBook)})};
if ($lastBook ne "") {
buildBooksArrays{};