bug fixed! first working version
This commit is contained in:
parent
74baede692
commit
ccf800340a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ impl Record {
|
||||||
let record_length: u16 = self.values.iter()
|
let record_length: u16 = self.values.iter()
|
||||||
.map(|v| v.len())
|
.map(|v| v.len())
|
||||||
.sum();
|
.sum();
|
||||||
record_length
|
record_length+1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue