reverted fs.c, since it seems that the change to it a couple of patches back was unintended...

This commit is contained in:
Sander van Dijk 2006-04-28 19:37:38 +00:00
parent 7106af4ca1
commit 02b4f28ea6

View File

@ -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;