diff options
Diffstat (limited to '')
-rw-r--r-- | src/UpdateArchive.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/UpdateArchive.cxx b/src/UpdateArchive.cxx index 88d67fbc0..41a73b421 100644 --- a/src/UpdateArchive.cxx +++ b/src/UpdateArchive.cxx @@ -101,8 +101,7 @@ update_archive_file2(Directory *parent, const char *name, /* open archive */ GError *error = NULL; - struct archive_file *file = archive_file_open(plugin, path_fs.c_str(), - &error); + ArchiveFile *file = archive_file_open(plugin, path_fs.c_str(), &error); if (file == NULL) { g_warning("%s", error->message); g_error_free(error); |