home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0229.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  451 b   |  13 lines

  1. That sounds like an error I ran into recently -- only it was with Opus
  2. 38.91 and it was also because I was adding more strings to rawlisp.
  3. Anyway, the fix was easy and is probably worth trying.  Go into
  4. franz/data.c and change the size of i_strbuf and make it bigger.  Ours
  5. was 600, and I made it 1000.  You'll also need to change the
  6. initialization for i_strbuf; I changed ours from "i_strbuf + 599" to
  7. "i_strbuf + 999".
  8.  
  9. Hope this helps!
  10.  
  11.                 -Liz
  12.  
  13.