GhostNaN / mpvpaper

A video wallpaper program for wlroots based wayland compositors.
GNU General Public License v3.0
713 stars 21 forks source link

Fix char bug so opt parsing doesn't infinite loop #49

Closed ddxtanx closed 1 year ago

ddxtanx commented 1 year ago

After some debugging, I found out that on the changed line some systems always have c != -1 where c is a char. This is solved by comparing against 255 instead, allowing options to be parsed on Asahi linux.