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

More flag issues fixed #87

Merged
merged 2 commits into from
Mar 6, 2015
Merged

More flag issues fixed #87

merged 2 commits into from
Mar 6, 2015

Conversation

ntwitch
Copy link
Collaborator

@ntwitch ntwitch commented Mar 6, 2015

Let sendX() handle disabling and enabling of the SS_MOFF flag itself. Before this commit, the flag was being flipped before, during, and after sendX, causing all sorts of oddness.

We need to clear (&=~) not set (|=) SS_MOFF in initDdoc. Having this flag enabled means Messages are OFF (MOFF)

before this commit, the flag was being flipped before, during, and after sendX, causing all sorts of oddness.
ntwitch added a commit that referenced this pull request Mar 6, 2015
@ntwitch ntwitch merged commit cf93741 into dgets:master Mar 6, 2015
@ntwitch ntwitch deleted the toomanyflags branch March 6, 2015 20:12
This pull request was closed.
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