On a Sparc10 running SVR4 I experienced a problem with the autowiz code. The lists would update and format properly, but the immlist would not reload and I had to do it manually. Turns out the system had a problem reading the file because it wasn't closed. I fixed it by adding fclose(fl); after write_wizlist(fl, immlevel, wizlevel - 1);. This fix should not cause a problem in any system, so I thought I would post it for future releases. Thanks.
This archive was generated by hypermail 2b30 : 12/07/00 PST