diff --git a/mers/src/libs/comms.rs b/mers/src/libs/comms.rs index e322bb2..10165e2 100644 --- a/mers/src/libs/comms.rs +++ b/mers/src/libs/comms.rs @@ -123,8 +123,8 @@ pub mod run_function { // implementations of ByteData for other data -type UsizeConstLen = u32; -type IsizeConstLen = i32; +type UsizeConstLen = u64; +type IsizeConstLen = i64; impl ByteDataA for usize { fn as_byte_data(&self, vec: &mut Vec) {