Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

[BUG] Error in dbfio.go line 48 #3

Open
JamMika opened this issue Jan 28, 2022 · 0 comments
Open

[BUG] Error in dbfio.go line 48 #3

JamMika opened this issue Jan 28, 2022 · 0 comments

Comments

@JamMika
Copy link

JamMika commented Jan 28, 2022

byteArray := s[offset : offset+10] should be byteArray := s[offset : offset+11]
Otherwise it panic when filed name is 10bytes.

@JamMika JamMika changed the title Error in dbfio.go line 48 [BUG] Error in dbfio.go line 48 Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant