From 0cc3b98bd9a4e2b9a0a9ae941c62e0dd7ac91457 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 31 Dec 2009 16:01:10 +0100 Subject: input/archive: don't initialize input_stream.ready The archive plugin should decide this. --- src/archive/iso9660_archive_plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/archive/iso9660_archive_plugin.c') diff --git a/src/archive/iso9660_archive_plugin.c b/src/archive/iso9660_archive_plugin.c index ff8236663..3d5f33896 100644 --- a/src/archive/iso9660_archive_plugin.c +++ b/src/archive/iso9660_archive_plugin.c @@ -185,6 +185,7 @@ iso9660_archive_open_stream(struct archive_file *file, struct input_stream *is, is->plugin = &iso9660_input_plugin; //insert back reference is->data = iis; + is->ready = true; //we are not seekable is->seekable = false; -- cgit v1.2.3