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

Fixed missing cast in case of startAddress == 0 AND added hexdump like ASCII print #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

EParisot
Copy link

No description provided.

… replaced by dots

abstract class HexRecordFormatter renamed in abstract class AbsRecordFormatter for sake of clarity
The suffix and prefix methods returned a List<int> if the input effectivelly needed padding but returned an Iterable<int> if not...
So just adding data.toList() in an else case is enough...

Signed-off-by: eparisot <eparisot@student.42.fr>
Signed-off-by: eparisot <eparisot@student.42.fr>
@EParisot EParisot changed the title Fixed missing cast in case of startAddress == 0 Fixed missing cast in case of startAddress == 0 AND added hexdump like ASCII print Jan 21, 2021
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

Successfully merging this pull request may close these issues.

None yet

1 participant