mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Remove strip quoting and fix strncpy-overlap
This commit is contained in:
parent
07bee8cffe
commit
212e4ef395
2 changed files with 1 additions and 2 deletions
|
|
@ -274,7 +274,6 @@ struct cmd_results *execute_command(char *_exec, struct sway_seat *seat) {
|
|||
for (int i = handler->handle == cmd_set ? 2 : 1; i < argc; ++i) {
|
||||
argv[i] = do_var_replacement(argv[i]);
|
||||
unescape_string(argv[i]);
|
||||
strip_quotes(argv[i]);
|
||||
}
|
||||
|
||||
if (!config->handler_context.using_criteria) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue