loaders: ZIP: Fix loading from mixed content zips
commit240ca18152614d80a0709a7e41d64eed47c65379
authorCyril Hrubis <metan@ucw.cz>
Thu, 28 Nov 2013 21:44:39 +0000 (28 22:44 +0100)
committerCyril Hrubis <metan@ucw.cz>
Thu, 28 Nov 2013 21:44:39 +0000 (28 22:44 +0100)
tree4e48e5ae0fa00ed46f6320130bb3e467a6c456e7
parent8af66ccd14cac2c8a95560762f40508fc2a7ccf7
loaders: ZIP: Fix loading from mixed content zips

* Fix loading from ZIP files with mixed content
  (the loader wrongy aborted on unknown stored
   file due to wrong error propagation)

* Prepare for end-of-archive detection

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
libs/loaders/GP_ZIP.c