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

ed: replace magic number usage (temp file size fix). #300

Merged
merged 1 commit into from
Dec 9, 2019

Conversation

0branch
Copy link
Contributor

@0branch 0branch commented Dec 8, 2019

Temp file size is now declared in an enum; changing it from the default introduces a subtle bug in putline, which expects 32767.

Mask with NBLK-1 instead.

Temp file size is now declared in an enum; changing it from the
default introduces a subtle bug in putline(), which expects it to
be 32767.

Mask with NBLK-1 instead.
@dancrossnyc dancrossnyc merged commit 3d08a06 into 9fans:master Dec 9, 2019
@0branch 0branch deleted the nblk branch December 15, 2019 01:16
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.

2 participants