From 5fc2e009dccc2075ee87210cd1cb3fda57fbc5d6 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Thu, 5 Jan 2006 21:49:42 +0000 Subject: - started to rename list_XXX calls to _alpm_list_XXX - fixed 2 compilation warnings --- src/util/convertdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/convertdb.c b/src/util/convertdb.c index 8cfff629..8738364c 100644 --- a/src/util/convertdb.c +++ b/src/util/convertdb.c @@ -134,7 +134,7 @@ int main(int argc, char* argv[]) snprintf(line, PATH_MAX, "/bin/cp %s %s/install", path, topdir); system(line); } - pm_list_free(backup); + _alpm_list_free(backup); } umask(oldumask); return(0); -- cgit v1.2.3-24-g4f1b