diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-11 14:25:02 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-11 14:25:02 +0100 |
commit | 6182ff7d77a7dcb16c392d0f2f04d97458c3287d (patch) | |
tree | a9d0916c6a14134cd9c24fbb39c24981cf6c9ed6 /sys/src | |
parent | 871419f21687e94340d56f309a1bc5ddf4fb892c (diff) | |
parent | 91f72566c65c857cf678484569630f030e6ce3e2 (diff) |
merge
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/cmd/paqfs/paqfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/paqfs/paqfs.c b/sys/src/cmd/paqfs/paqfs.c index b2713682b..6769326f9 100644 --- a/sys/src/cmd/paqfs/paqfs.c +++ b/sys/src/cmd/paqfs/paqfs.c @@ -492,7 +492,7 @@ readdir(Fid *f) off = 0; i++; blockFree(b); - b = blockLoad(getl(ptr->data + i*4), DataBlock); + b = blockLoad(getl(ptr->data + i*4), DirBlock); } } f->offset = i*blocksize + off; |