Re: HTEndLoop flag not reset.

Michael Saunders wrote:

> There are several places within the HTEventList_loop function that perform a
> return without resetting the HTEndLoop flag back to zero. I believe that in the
> last revision you added the instruction at the end of the function that reset it
> to zero but this is not the only exit point from this function. It appears there
> are six other "return" statements within the HTEventList_loop function that need
> should be changed from:

Hi Michael,

The only return statements that I can see are within the loop where we
have already checked that HTEndLoop is 0 so it shouldn't be necessary to
reset it again, no?

-- 
Henrik Frystyk Nielsen, <frystyk@w3.org>
World Wide Web Consortium, MIT/LCS NE43-356
545 Technology Square, Cambridge MA 02139, USA

Received on Tuesday, 22 June 1999 19:24:40 UTC