mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
fix missing symbol bug
This commit is contained in:
parent
da76ecb5f8
commit
fd6d06ff61
|
@ -304,6 +304,9 @@ char *do_var_replacement(char *str) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (i == config->symbols->length) {
|
||||
++find;
|
||||
}
|
||||
}
|
||||
return str;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue