cci bug. Dumb mistake. Two line fix.

Neil Erskine erskine at force10.UUCP
Fri Jan 29 02:10:41 AEST 1988


][b
	Sorry about this. So much for a quickie that works. There is an
    obvious bug in cci (posted yesterday) where status is returned
    incorrectly, and your make continues (ignoring errors). There are
    two lines in the program that say:

	exit (status);

    Replace each with:

	exit ((status & 0xff) ? status : status >> 8);

    That'll teach me to test cover programs by killing their children.

						Neil

||!][b
 ---------------
-- 
Neil S. Erskine		MT&T - (902) 453-4915 x340
AP Computers 		USENET { garfield, watmath, ihnp4!utzoo!utai,
3845 Dutch Village Rd.		 uunet } !dalcs!force10!erskine
Halifax, N.S. B3L-4H9



More information about the Comp.unix.xenix mailing list