mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
fix "directive argument is null" errors
This commit is contained in:
parent
5fab8a2ad4
commit
a73e8f1328
2 changed files with 2 additions and 3 deletions
|
|
@ -624,8 +624,8 @@ struct criteria *criteria_parse(char *raw, char **error_arg) {
|
|||
in_quotes = false;
|
||||
}
|
||||
unescape(value);
|
||||
sway_log(SWAY_DEBUG, "Found pair: %s=%s", name, value);
|
||||
}
|
||||
sway_log(SWAY_DEBUG, "Found pair: %s=%s", name, value);
|
||||
if (!parse_token(criteria, name, value)) {
|
||||
*error_arg = error;
|
||||
goto cleanup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue