Reformatted zip.c, added some error handling to zip.c
commit13153440082c13cf7609c8a519dd317e93f7bb5f
authorEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 18:24:47 +0000 (20 12:24 -0600)
committerEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 18:24:47 +0000 (20 12:24 -0600)
tree6f86a731898cbc22b908de20e167b80fbf4627ce
parentbcdb2f9bd0a0669d87a33df70b8125ffa4f8da86
Reformatted zip.c, added some error handling to zip.c

But parse_local_header needs to have its signature re examined,
it cannot report errors while reading the zip archive.

loader.c was changed so the initial loading of the game data
automatically fails and triggers the error handler. This will
remain until I think zip.c is ready to really load the archive.
loader.c
zip.c
zip.h