X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=15187b3505649e40be9973d92d8ba3cde826ef27;hb=a0b5fd0279684bedd34f240174907cbe02d53517;hp=4831ac046aee2713b2c771b0eb22a900e9aad75c;hpb=69f5175f3545d830ffbadf8c9a35c3e0811f16b4;p=spectrwm.git diff --git a/spectrwm.c b/spectrwm.c index 4831ac0..15187b3 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -6288,7 +6288,7 @@ tryharder: return (0); } - ret = strtonum(xcb_get_property_value(pr), 0, UINT_MAX, &errstr); + ret = strtonum(xcb_get_property_value(pr), 0, INT_MAX, &errstr); free(pr); return (ret);