loader.c binary reading routines made sane.
commit2340ff67b22b05cea7a6da42947c8fccede7d0ea
authorEvanR <evanrinehart@gmail.com>
Sat, 27 Feb 2010 21:47:52 +0000 (27 15:47 -0600)
committerEvanR <evanrinehart@gmail.com>
Sat, 27 Feb 2010 21:47:52 +0000 (27 15:47 -0600)
treeb3a307b3b63e825d95969a8883eed56cb0f04de7
parent7c57d2d323c09015cea7b96d6cbaa0a373074fe7
loader.c binary reading routines made sane.

Previously they have no hope of reporting errors. I must have
written this before knowing the significance of i/o errors.

Luckily nothing of value utilized the broken interface.

I need this working interface to complete the midi file reader.
loader.c
loader.h
sfx.c