mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (i == config->symbols->length) {
|
||||||
|
++find;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user