Re: Bug in Inform v5.5 (v1502/a)


17 Aug 1995 12:16:55 GMT

"Sam Hulick" <shulick@raisin.ucs.indiana.edu> wrote:
> Here is a demonstration (.z5 and .inf file included) of a bug I found.
> It's nothing major, but it can be annoying at times. I'm no library
> genius, but I believe the problem lies within parser.h in
> ReviseMulti(), but I'm not sure about that.

I think that the following diffs for parser.h, cure the problem, which
will be fixed in release 5/12 of the libraries.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
851a852
> multi_context = 0;
862c863
< advance_warning=-1;

---
>         advance_warning=-1; indef_mode=0;
1601a1603,1604
>     if (token > 1 && token < 6 && multiple_object-->0 > 1)
>         multi_context = token;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

--
Gareth Rees

P.S. I've removed rec.games.int-fiction from the Newsgroups line (rec.arts.int-fiction is the right place to post).

P.P.S. It's probably best only to post sources; it's less trouble to compile a story file than to uudecode one.