[sword-devel] 1.6.1 final call

Matthew Talbert ransom1982 at gmail.com
Thu Dec 24 20:23:54 MST 2009


On Thu, Dec 24, 2009 at 10:20 PM, Karl Kleinpaste <karl at kleinpaste.org> wrote:
>
> Matthew Talbert <ransom1982 at gmail.com> writes:
> > We just discovered one issue with the indexing. Evidently
> > MAX_CONV_SIZE = 1024 * 1024 is too big for an int on win32.
>
> 1024*1024 = 1048576.  That's only 20 bits' worth.

You're right, of course. I realized this after I wrote this. So it
must have to do with the size of wchar_t or something like that.
Because if I set MAX_CONV_SIZE to 10240, everything works.



More information about the sword-devel mailing list