[comp.sources.games.bugs] Ularn: to_ansi.c invalid exit code

jeff@quark.WV.TEK.COM (Jeff Beadles) (07/24/89)

There's a problem with to_ansi.c on some systems.  It's called from a makefile,
and does not return a valid exit code.  Depending on what's in memory, a random
exit code can be returned.  At the second to last line, (Right before the last
'}') insert:

exit(0);

This will insure that make will see a '0' return code.

(I would have provided a diff, but couldn't find my original copy anywhere :-)

	-Jeff
-- 
Jeff Beadles		Utek Sustaining Engineering, Tektronix Inc.
jeff@quark.WV.TEK.COM	...uunet!tektronix!quark.wv!jeff