mirror of
https://github.com/0intro/wmii
synced 2025-02-12 04:14:47 +03:00
fixed issue reported by ality
This commit is contained in:
parent
d7af7846f5
commit
4c9fe5addc
@ -368,7 +368,7 @@ void
|
||||
attach_client(Client *c)
|
||||
{
|
||||
Page *p;
|
||||
if(!page)
|
||||
if(!npage)
|
||||
p = alloc_page();
|
||||
else
|
||||
p = page[sel];
|
||||
|
Loading…
x
Reference in New Issue
Block a user