summaryrefslogtreecommitdiffstats
path: root/src/util/convertdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/convertdb.c')
-rw-r--r--src/util/convertdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/convertdb.c b/src/util/convertdb.c
index 390fa3e3..4d3f901d 100644
--- a/src/util/convertdb.c
+++ b/src/util/convertdb.c
@@ -115,7 +115,7 @@ int main(int argc, char* argv[])
/* check for backup designation and frontslashes that shouldn't be there */
if(line[0] == '*') ptr++;
if(*ptr == '/') ptr++;
- if(line[0] == '*') backup = pm_list_add(backup, strdup(ptr));
+ if(line[0] == '*') backup = _alpm_list_add(backup, strdup(ptr));
fprintf(fp, "%s\n", ptr);
}