From e8275fa9644181e9347e983f74b28f313103b888 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 25 Oct 2006 18:15:25 +0000 Subject: Moved downloaded db unpacking to the backend files, to easier allow conversion from db to whatever format we need. --- lib/libalpm/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/util.c') diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 1b7065ec..98f16406 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -259,7 +259,7 @@ int _alpm_lckrm(char *file) /* Compression functions */ -int _alpm_unpack(char *archive, const char *prefix, const char *fn) +int _alpm_unpack(const char *archive, const char *prefix, const char *fn) { register struct archive *_archive; struct archive_entry *entry; -- cgit v1.2.3