commit 02b4f28ea6ecbc6c76bee730fd9500e015cbef44
parent 7106af4ca1736cd084c8c94fcfd05e51f8c2d9eb
Author: Sander van Dijk <sander@wmii.de>
Date: Fri, 28 Apr 2006 19:37:38 +0000
reverted fs.c, since it seems that the change to it a couple of patches back was unintended...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c
@@ -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;