Commit b7eff14
Fixes problem with DBF file where field name is not padded with \0 (#29)
* Fixes problem with DBF file where rest of field name is not filled with \0
* go directly from bytes until 0 to Symbol
* Omit repetition of hard-coded constant, make variable names more telling
---------
Co-authored-by: Daniel Muschick <[email protected]>
Co-authored-by: Martijn Visser <[email protected]>1 parent 573ce48 commit b7eff14
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| |||
0 commit comments