OOPS - build and access database of paths to systems on map

Don Steiny steiny at scc.UUCP
Tue Sep 18 08:28:38 AEST 1984


***
Oops, the file "que.c" is accidently not the copy I wanted to
distribute.

The fix is in que.c:
-------------------------
que.c

14c14
< 	q->front = q->rear = (CELL *) 0;
---
> 	q->front = q->rear = (CELL *) malloc(sizeof(CELL));
------------------------

I would love to know why  I can get away with the later reference to
q->front->c_el on the Wollongong UNIX I am using with the first
line.
-- 
scc!steiny
Don Steiny - Personetics @ (408) 425-0382
109 Torrey Pine Terr.
Santa Cruz, Calif. 95060
ihnp4!pesnta  -\
fortune!idsvax -> scc!steiny
ucbvax!twg    -/



More information about the Comp.sources.unix mailing list