add -W to specify window size.
various other little fixes.
This commit is contained in:
parent
3d72637f9b
commit
be36ff6885
36 changed files with 332 additions and 304 deletions
|
|
@ -87,10 +87,12 @@ threadmain(int argc, char *argv[])
|
|||
Bprint(bout, "prev: %V\n", root.prev);
|
||||
}
|
||||
|
||||
fprint(2, "read...\n");
|
||||
n = vtread(z, root.score, VtDirType, buf, bsize);
|
||||
if(n < 0)
|
||||
sysfatal("could not read root dir");
|
||||
|
||||
fprint(2, "...\n");
|
||||
/* fake up top level source */
|
||||
memset(&source, 0, sizeof(source));
|
||||
memmove(source.score, root.score, VtScoreSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue