diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 21:31:02 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 21:31:02 -0400 |
commit | b93385c0fded8d6c232267a8bd9293153baea777 (patch) | |
tree | e13f68e0802310be4ee5f68217da700e51d8ff86 /pom.c | |
parent | 09821002b314b7c8517f16d351b1c6b1088a47dc (diff) |
all_functions example
Diffstat (limited to 'pom.c')
-rw-r--r-- | pom.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1572,6 +1572,7 @@ pom_conf_copy(const pom_conf *conf) { check_conf(conf); struct main_conf *new_main = pom_calloc(&conf->main->settings, 1, sizeof *new_main); if (!new_main) return NULL; + new_main->settings = conf->main->settings; pom_conf *new_root = conf_calloc(new_main, 1, sizeof *new_root); if (!new_root) { conf_free(new_main); |