fix "directive argument is null" errors

This commit is contained in:
Jeff Peeler 2019-03-08 22:06:38 -05:00 committed by Drew DeVault
parent 5fab8a2ad4
commit a73e8f1328
2 changed files with 2 additions and 3 deletions

View file

@ -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;