lib9: null d->ext during nulldir
This commit is contained in:
parent
589ae3a367
commit
11257e5a43
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ void
|
|||
nulldir(Dir *d)
|
||||
{
|
||||
memset(d, ~0, sizeof(Dir));
|
||||
d->name = d->uid = d->gid = d->muid = "";
|
||||
d->name = d->uid = d->gid = d->muid = d->ext = "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue