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

Clamp CLI return value at 255 #26

Merged
merged 1 commit into from
Jul 18, 2016
Merged

Clamp CLI return value at 255 #26

merged 1 commit into from
Jul 18, 2016

Conversation

tghs
Copy link
Contributor

@tghs tghs commented Jul 18, 2016

Return codes are modulo 256. Clamp them at 255 to avoid false 0 returns.
Fixes bug #25.

Return codes are modulo 256. Clamp them at 255 to avoid false 0 returns.
Fixes bug svenkreiss#25.
@svenkreiss
Copy link
Owner

Great! Thank you for fixing that.

@svenkreiss svenkreiss merged commit b8fa438 into svenkreiss:master Jul 18, 2016
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

2 participants