webfs: fix compiler warning
This commit is contained in:
parent
80deec0a7b
commit
dd4a487b0e
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ fsmkqid(Qid *q, int level, void *aux)
|
||||||
case Qclient:
|
case Qclient:
|
||||||
q->type = QTDIR;
|
q->type = QTDIR;
|
||||||
default:
|
default:
|
||||||
q->path = (level<<24) | (((ulong)aux ^ time0) & 0x00ffffff);
|
q->path = (level<<24) | (((uintptr)aux ^ time0) & 0x00ffffff);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue