mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01: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 New Issue
Block a user