Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!rutgers!soliloquy.rutgers.edu!dpz
From: dpz@soliloquy.rutgers.edu (David P. Zimmerman)
Newsgroups: comp.sources.bugs
Subject: Re: Problems with Centipede
Message-ID: <758@soliloquy.rutgers.edu>
Date: Mon, 6-Jul-87 10:42:21 EDT
Article-I.D.: soliloqu.758
Posted: Mon Jul  6 10:42:21 1987
Date-Received: Tue, 7-Jul-87 03:25:37 EDT
References: <1031@bucsb.bu.edu.UUCP>
Organization: Rutgers Univ., New Brunswick, N.J.
Lines: 23
Keywords: centipede

> From: eap@bucsb.bu.edu.UUCP (Eric Pearce)

> 	Anybody else have this problem with Nathan Glasser's "Centipede" ?

> "save.c", line 133: Cannot take the address of this object            

109c109
<     register char ch;
---
>     register char *ch;
133c133
<     read(fd,&ch,1);
---
>     read(fd,ch,1);
135c135
<       ch != MAGICNUM)
---
>       *ch != MAGICNUM)


					dpz
-- 
David P. Zimmerman           rutgers!dpz           dpz@rutgers.edu