Skip to content

COPY* constants are WRONG! #6

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

Closed
socketpair opened this issue Jul 1, 2015 · 2 comments
Closed

COPY* constants are WRONG! #6

socketpair opened this issue Jul 1, 2015 · 2 comments

Comments

@socketpair
Copy link

COPY_NONE = 1
COPY_META = 2
COPY_PACKET = 3

it should be

COPY_NONE = 0
COPY_META = 1
COPY_PACKET = 2

Tests? no, did not hear...

@K-Yo
Copy link

K-Yo commented Dec 14, 2015

@socketpair
Copy link
Author

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