This commit is contained in:
rsc 2006-03-03 14:11:50 +00:00
parent c87c064d4a
commit fe02cd5957
3 changed files with 1 additions and 6 deletions

View file

@ -768,7 +768,6 @@ boxgen(int i, Dir *d, void *aux)
Box *box;
box = aux;
if(i==0) fprint(2, "boxgen %s %d nsub=%d nmsg=%d\n", box->name, i, box->nsub, box->nmsg);
if(i == 0)
return filldir(d, Qboxctl, box, nil, nil);
i--;