tmontaigu / dbase-rs

Rust library to read & write dBase files.
MIT License
29 stars 30 forks source link

Fix off by one error in dbase::File #75

Closed tmontaigu closed 1 year ago

tmontaigu commented 1 year ago

dbase::File calculated the position of the record/field assuming the record size by using the header's info which includes the implicit deletion flag size, and dbase::File added the deletion flag size again resulting of bad readings.