aboutsummaryrefslogtreecommitdiffstats
path: root/src/actionhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actionhelper.c')
-rw-r--r--src/actionhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionhelper.c b/src/actionhelper.c
index 1d2a518..c0dff0f 100644
--- a/src/actionhelper.c
+++ b/src/actionhelper.c
@@ -151,7 +151,7 @@ void edit_print_suggested_configs(DB *db, const char *pName) {
strcat(name, pName);
strcat(name, ":");
cklist *paths = list_make_and_add(name);
- get_program_paths(db, paths, pName, 1, 0);
+ get_program_paths(db, paths, pName, 1, 0, NULL);
list_print(paths);
list_free(paths);
}