commit c45a7883632bc52c57dbb7e4ffa5fc1f8940df8a parent 983f1baa16e502367d9d92046fbf27c75c84cebf Author: Kris Maglione <jg@suckless.org> Date: Mon, 26 Mar 2007 17:38:02 -0400 Fixed readdir. Diffstat:
| cmd/wmii/fs.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cmd/wmii/fs.c b/cmd/wmii/fs.c @@ -647,6 +647,7 @@ fs_read(Ixp9Req *r) { if(size < n) break; ixp_pstat(&m, &s); + size -= n; } offset += n; }