[comp.sources.bugs] Bug in latest distribution of trek73

lvc@tut.cis.ohio-state.edu (Lawrence V. Cipriani) (12/19/87)

In the init.c file of the latest trek73 distribution there is an
extra semicolon on line 137:

137	for (loop = 0; loop < shipnum; loop++);
138		slots[loop] = 'X';

This should be:

137	for (loop = 0; loop < shipnum; loop++)
138		slots[loop] = 'X';

-- 
	Larry Cipriani AT&T Network Systems at
	cbosgd!osu-cis!tut!lvc Ohio State University