mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
Revert "Return false if config could not be loaded."
This reverts commit 855368b67e
.
This commit is contained in:
parent
385cf330ae
commit
82d7a70b03
@ -573,13 +573,7 @@ bool load_include_configs(const char *path, struct sway_config *config,
|
||||
char **w = p.we_wordv;
|
||||
size_t i;
|
||||
for (i = 0; i < p.we_wordc; ++i) {
|
||||
bool found = load_include_config(w[i], parent_dir, config, swaynag);
|
||||
if (!found) {
|
||||
wordfree(&p);
|
||||
free(parent_path);
|
||||
free(wd);
|
||||
return false;
|
||||
}
|
||||
load_include_config(w[i], parent_dir, config, swaynag);
|
||||
}
|
||||
free(parent_path);
|
||||
wordfree(&p);
|
||||
|
Loading…
Reference in New Issue
Block a user