archive_plugin: use GError in the open() method

This commit is contained in:
Max Kellermann
2009-12-16 16:40:22 +01:00
parent f9af1a445e
commit 71fee09744
7 changed files with 23 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ input_archive_open(struct input_stream *is, const char *pathname,
return false;
}
file = archive_file_open(arplug, archive);
file = archive_file_open(arplug, archive, error_r);
if (file == NULL)
return false;