diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-11-10 23:52:56 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-11-10 23:52:56 +0100 |
| commit | d21b6e3a2049fa6da77caf37e12700ed7598276d (patch) | |
| tree | 060ebadb853a9e41df380323d8ce2b8066f54eae /config.c | |
| parent | 6bf70db630afa19d0407d6468df8de307bccfecd (diff) | |
| download | arfnet2-status-d21b6e3a2049fa6da77caf37e12700ed7598276d.tar.gz arfnet2-status-d21b6e3a2049fa6da77caf37e12700ed7598276d.zip | |
config key typo
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ config_load(const char *conf_path) fprintf(stderr, "[config] invalid interval: %s\n", line); return -1; } - } else if (strcmp(line, "interval") == 0) { + } else if (strcmp(line, "template") == 0) { tmpl_path = strdup(value); printf("\ttemplate: %s\n", tmpl_path); } else if (strcmp(line, "log") == 0) { |
