Skip to content

offset calc error #1

Description

@ccpaging

offset := int64(r.headerlen + r.recordlen*i)

should be:

offset := int64(r.headerlen) + int64(r.recordlen) * int64(i - 1)

DBASE world use recno 1 as first record not 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions