The else condition was missed here and we would never skip the % char if it didn't end up matching with any property. Since we fail to skip we would re-evaluate the % in an infinite loop never achieving any forward-progress. Fixes: https://github.com/swaywm/sway/issues/8333master
parent
4fe054c6db
commit
fc6b8d6af2
Loading…
Reference in new issue