change corrupt type
This commit is contained in:
parent
6cc8155b49
commit
d3232caf63
@ -80,8 +80,8 @@ enum
|
|||||||
VtDirType = 1<<3,
|
VtDirType = 1<<3,
|
||||||
/* VtDirType+1, ... */
|
/* VtDirType+1, ... */
|
||||||
VtRootType = 2<<3,
|
VtRootType = 2<<3,
|
||||||
VtCorruptType,
|
|
||||||
VtMaxType,
|
VtMaxType,
|
||||||
|
VtCorruptType = 0xFF,
|
||||||
|
|
||||||
VtTypeDepthMask = 7,
|
VtTypeDepthMask = 7,
|
||||||
VtTypeBaseMask = ~VtTypeDepthMask,
|
VtTypeBaseMask = ~VtTypeDepthMask,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user