mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
param_export: add optional filter method
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user