Error output changed interface throughout code.
commit45b78d8c3962a64ca098465973e3e9293faffc94
authorEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 20:09:04 +0000 (20 14:09 -0600)
committerEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 20:09:04 +0000 (20 14:09 -0600)
tree1d99433b87f60da6ac08adfd8cc6d1fd7ce0d1f3
parent37083d6c909ca3b23911cd5127b5cb5a9aaeebf7
Error output changed interface throughout code.

report_error was renamed to error_msg.
cases where printf was used for a boot message in video.c was
changed to boot_msg.

In other branches (audio) we will need to find those printfs and
change them to boot_msg.

Some cases of report_error followed by exit(-1) were replaced with
fatal_error.
audio.c
input.c
kernel.c
loader.c
util.c
util.h
video.c