On Thu, Dec 24, 2009 at 10:20 PM, Karl Kleinpaste <k...@kleinpaste.org> wrote: > > Matthew Talbert <ransom1...@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. _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page