Removed config.tmpfile. The temporary file is created with tmpfile(3)
commit9d9d1463e95f0e182cd7e4c53602ac2db5db279f
authorBen Kibbey <bjk@luxsci.net>
Sat, 25 Mar 2006 17:36:55 +0000 (25 12:36 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 25 Mar 2006 17:36:55 +0000 (25 12:36 -0500)
tree7009e5202cccdf79216e3bf3cdc0350ce6cb1466
parentb93ff6ed67c982e85598bedbf7e176186ca7c199
Removed config.tmpfile. The temporary file is created with tmpfile(3)
and removed when the file pointer is closed or when the program exits.

Exit when file loading fails and show errno.

Fix memory corruption in debug_board().

Removed config.clevel. Use the default for each compression tool.
src/cboard.c
src/cboard.h
src/colors.h
src/conf.h
src/debug.c
src/misc.c
src/misc.h
src/pgn.c
src/pgn.h
src/rcfile.c
src/rcfile.h