Re: [sword-devel] BUG in VerseKey::ParseVerseList

2002-03-06 Thread Joachim Ansorg
Troy, thanks for fixing this. It works now. One last problem I noticed: If VerseKey::setLocale is called, the locale of VerseKey::LowerBound() and VerseKey::UpperBound() should be changed, too. At least I think this is the right behaviour. Thank you for spending all the time fixing bugs

Re: [sword-devel] BUG in VerseKey::ParseVerseList

2002-03-05 Thread Troy A. Griffitts
Joachim, I got myself into trouble with this new stuff. I rolled back my versekey changes over the last couple days and fixed these 2 problems a different way. Let me know how they work for you now. -Troy. Joachim Ansorg wrote: > > Troy, > sorry for bugging you all t

[sword-devel] BUG in VerseKey::ParseVerseList

2002-03-05 Thread Joachim Ansorg
Troy, sorry for bugging you all the time. I found another bug in Sword. See the following small program: - #include #include #include #include int main(int argc, char* argv[]) { LocaleMgr::systemLocaleMgr.setDefaultLocaleName("de"); VerseKey k; k