home *** CD-ROM | disk | FTP | other *** search
- That sounds like an error I ran into recently -- only it was with Opus
- 38.91 and it was also because I was adding more strings to rawlisp.
- Anyway, the fix was easy and is probably worth trying. Go into
- franz/data.c and change the size of i_strbuf and make it bigger. Ours
- was 600, and I made it 1000. You'll also need to change the
- initialization for i_strbuf; I changed ours from "i_strbuf + 599" to
- "i_strbuf + 999".
-
- Hope this helps!
-
- -Liz
-
-