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

Read size not retrieved from text box #52

Closed
cw2 opened this issue Jun 26, 2017 · 1 comment
Closed

Read size not retrieved from text box #52

cw2 opened this issue Jun 26, 2017 · 1 comment

Comments

@cw2
Copy link

cw2 commented Jun 26, 2017

It seems there is a bug in BossaWindow::OnRead(wxCommandEvent& event) line 437:

        offset = strtol(_sizeTextCtrl->GetValue().mb_str(), &end, 0);

where the resulting number should be stored in size variable and not offset.

@shumatech
Copy link
Owner

Right you are. Fix is in master.

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