Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!nuchat!brentb From: brentb@nuchat.sccsi.com (Brent Burton) Newsgroups: comp.os.minix Subject: Re: macminix Message-ID: <1991Jan5.194149.18284@nuchat.sccsi.com> Date: 5 Jan 91 19:41:49 GMT References: <1990Dec22.1046.1132@canrem.uucp> <1991Jan5.031942.446@world.std.com> <1990@ria.ccs.uwo.ca> Organization: Houston Public Access UNIX Lines: 14 Obviously, GetNextEvent(GetNextEvent(0,&e)); is an error because the second call is not passed an event record address. If this particular method HAS to be used, then GetNextEvent(GetNextEvent(0,&e),&e); would be the 'correct' way. But more than likely, just the one call is fine. If this imbedded call method was used, the first event would be unprocessed... I haven't done the fix, but has this helped for others? Is this to help under multifinder (say, has that been fixed and I missed it?)? Thanks, Brent