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 integer initialization issue in rwf #31

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Lindt8
Copy link
Contributor

@Lindt8 Lindt8 commented Nov 25, 2019

It turns out that one of the integer variables (line 156) actually needs to be initialized as length 4. Length 8 causes the same errors we had seen with some of the other variables where it had expected length 8 but received 4 except in reverse.

Resolves Issue #30

(I'm not really sure what's going on with the differences with lines 17-29 and 69-75 being uncommented in what GitHub is saying is your current version of the file in the develop branch. I pulled the file directly from your develop branch before editing it and can confirm both sets of lines are also commented in that file.)

It turns out that one of the integer variables (line 156) actually needs to be initialized as length 4.
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.

1 participant