Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect array/record entries in EDS file #44

Closed
HendrikY opened this issue Dec 27, 2016 · 1 comment
Closed

incorrect array/record entries in EDS file #44

HendrikY opened this issue Dec 27, 2016 · 1 comment

Comments

@HendrikY
Copy link

Hello Robin,
In the EDS file generation the array/record entries are not correct if the array/record is larger then 9 entries.
I've solved this by changing the line:
writer.WriteLine(string.Format("[{0:X}sub{1}]", index,subindex));
to:
writer.WriteLine(string.Format("[{0:X}sub{1:X}]", index,subindex));
('write'-routine in eds.cs).

br. Hendrik.

@robincornelius
Copy link
Owner

Thanks, a simple hex/decimal fomatting mistake. I will update this and push a new set of commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants