mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
change: tags keyword change to tagrule
This commit is contained in:
parent
54974d498b
commit
0143d61b58
2 changed files with 10 additions and 10 deletions
|
|
@ -1035,7 +1035,7 @@ void parse_config_line(Config *config, const char *line) {
|
|||
trim_whitespace(config->autostart[0]);
|
||||
trim_whitespace(config->autostart[1]);
|
||||
trim_whitespace(config->autostart[2]);
|
||||
} else if (strcmp(key, "tags") == 0) {
|
||||
} else if (strcmp(key, "tagrule") == 0) {
|
||||
config->tag_rules =
|
||||
realloc(config->tag_rules,
|
||||
(config->tag_rules_count + 1) * sizeof(ConfigTagRule));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue