dbfread icon indicating copy to clipboard operation
dbfread copied to clipboard

Considers the number of fields in the headers instead 0x0D headers end

Open thesivis opened this issue 3 years ago • 0 comments

Some .dbf files lack the 0x0D flag at the end of the header, which in turn makes some software misbehave.

The fix implemented just remove the 'while true' in _read_field_headers and considers the number of fields in the headers instead 0x0D headers end

thesivis avatar Mar 12 '21 13:03 thesivis