This commit is contained in:
bakkeby 2020-03-23 16:15:40 +01:00
parent 7bc3cf765e
commit ceed6813d3

View File

@ -4,6 +4,7 @@ focusstack(const Arg *arg)
int i = stackpos(arg);
Client *c, *p;
snprintf(selmon->ltsymbol, sizeof selmon->ltsymbol, "%d", n);
if (i < 0)
return;