Skip to content

Commit

Permalink
Fix loading problem due to different order of books in LXX version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Sep 1, 2022
1 parent a02a787 commit 13f8485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions books.cpp
Expand Up @@ -402,6 +402,7 @@ int addBook(string moduleName, string firstVerse, string lastVerse, bool removeA
string version = module->getConfigEntry("Version");
if (moduleName == "LXX" && version == "3.0") {
removeAccents = true; // force removing accents
lastVerse = "Daniel 12:13"; // order of books is different
}

module->setKey(firstVerse.c_str());
Expand Down

0 comments on commit 13f8485

Please sign in to comment.