propvalue might be any size
This commit is contained in:
parent
259df49a22
commit
55761d2e54
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ impl Record<Int2> for PROPATTR {
|
|||
pub struct PROPVALUE;
|
||||
impl Record<ASCII> for PROPVALUE {
|
||||
fn tag() -> u16 { RTAG_PROPVALUE }
|
||||
fn expected_size() -> Option<u16> { Some(2) }
|
||||
fn expected_size() -> Option<u16> { None }
|
||||
}
|
||||
|
||||
pub struct BOX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue