Skip to content

Commit d4413bd

Browse files
author
Vincent Wilms
committed
Fix FilterDescription.Writing.cs
1 parent 074f333 commit d4413bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PureHDF/VOL/Native/FileFormat/Level2/ObjectHeaderMessages/FilterPipeline/FilterDescription.Writing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public void Encode(H5DriverBase driver)
4646
driver.Write(identifierBytes);
4747

4848
// client data
49-
driver.Write(MemoryMarshal.AsBytes<uint>(ClientData));
49+
driver.Write(MemoryMarshal.AsBytes(ClientData.AsSpan()));
5050
}
5151
}

0 commit comments

Comments
 (0)