Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.7.0.10 $; site ccvaxa Path: utzoo!watmath!clyde!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!ccvaxa!mikel From: mikel@ccvaxa.UUCP Newsgroups: net.micro.amiga Subject: Re: Orphaned Response Message-ID: <26600013@ccvaxa> Date: Tue, 24-Dec-85 14:38:00 EST Article-I.D.: ccvaxa.26600013 Posted: Tue Dec 24 14:38:00 1985 Date-Received: Wed, 25-Dec-85 23:17:38 EST References: <699@caip.RUTGERS.EDU> Lines: 42 Nf-ID: #R:caip.RUTGERS.EDU:699:ccvaxa:26600013:000:815 Nf-From: ccvaxa.UUCP!mikel Dec 24 13:38:00 1985 The mand1.c version we received was broken. Here is some of the broken things I have found. open_winds() { int i,color; nw.Width = max_x; nw.Height = max_y+STARTY; if (color_mode & 1) { ns.ViewModes = NULL; ns.Depth = 5; } ----> Somethings missing here, I assume it should be an else ??? ns.ViewModes = HAM; ns.Depth = 6; } /* then the following with the stuff in between removed */ nw.Screen = screen; w = (struct Window *)OpenWindow(&nw); if (w == NULL) { CloseScreen(screen); fputs("Can't open new window!\n",console); return (1); --> /* seems to be missing a } */ Could someone please send me a version which works? My address is: mikel@gswd-vms <-- prefered inhp4!uiucdcs!ccvaxa!mikel Thanks, Mikel Matthews Gould CSD Urbana, IL