<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 06/14/2018 05:13 PM, Manfred
Bergmann wrote:<br>
</div>
<blockquote type="cite"
cite="mid:E6F52B0A-0BB3-46CF-8418-83B4F0CC0C48@me.com">
<pre wrap="">Can that be reproduced in Xiphos or other frontends?</pre>
</blockquote>
<font face="FreeSerif"><br>
No. Xiphos 4.1.0+ is happy with rusSYN1876eb.<br>
<br>
The method is in src/mgr/versificationmgr.cpp and is not used by
Xiphos directly, and only by src/keys/versekey.cpp internally to
Sword. If 'p' is the problem, I can't see how, as it is tested
before use.<br>
<br>
int VersificationMgr::System::getBookCount() const {<br>
return (int)(p ? p->books.size() : 0);<br>
}<br>
<br>
Current as of -r3586 just now.</font><br>
</body>
</html>