mirror of
https://github.com/0intro/wmii
synced 2025-03-01 04:34:11 +03:00
reverted fs.c, since it seems that the change to it a couple of patches back was unintended...
This commit is contained in:
parent
7106af4ca1
commit
02b4f28ea6
@ -1277,7 +1277,7 @@ xwrite(IXPConn *c, Fcall *fcall)
|
||||
if(!strncmp(buf, "quit", 5))
|
||||
srv.running = 0;
|
||||
else if(!strncmp(buf, "view ", 5))
|
||||
select_view(&buf[6]);
|
||||
select_view(&buf[5]);
|
||||
else
|
||||
return Enocommand;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user