vac: major cleanup and bug fixes
This commit is contained in:
parent
e9b70a5f4c
commit
ecc0a1b0e7
8 changed files with 1442 additions and 1289 deletions
|
|
@ -1044,7 +1044,7 @@ dirsinkwritefile(DirSink *k, VacFile *vf)
|
|||
{
|
||||
VtEntry dir;
|
||||
|
||||
if(vacfilegetvtentry(vf, &dir) < 0)
|
||||
if(vacfilegetentries(vf, &dir, nil) < 0)
|
||||
return -1;
|
||||
dirsinkwrite(k, &dir);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue