[comp.sources.games.bugs] yet another error in castle

leonard@isis.WV.TEK.COM (Leonard Bottleman) (02/28/90)

The function "read_it" (files.c: 253) should return a positive
value if the fopen or creat and fread are successful: currently
it doesn't return anything. Simply add a return (1) after the
call to fclose(fp), and the "-s" option will work.

Leonard Bottleman	leonard@isis.WV.TEK.COM