param_export: add optional filter method

This commit is contained in:
Beat Küng
2020-09-04 15:20:25 +02:00
parent f927cacd9c
commit f6e8ddfaa0
6 changed files with 29 additions and 13 deletions

View File

@@ -381,7 +381,7 @@ do_save(const char *param_file_name)
return 1;
}
int result = param_export(fd, false);
int result = param_export(fd, false, nullptr);
close(fd);
if (result < 0) {