-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix MSVC warning about mismatched sizes. #2
Conversation
A simple fix, and it certainly doesn't break anything on my system. But, but - the code there is somewhat obscure, using || for flow control.
or even:
Along the lines of "leaving the code cleaner than when you found it". |
I didn't even notice that the expression was that complex. I'll take another look. |
This should be easier to understand. |
I like that much better. Thanks! |
I should probably create a merge point between develop and master first, just realized that there isn't one. |
I'd appreciate that. |
I also can't merge it since I don't have permissions. |
Fix MSVC warning about mismatched sizes.
No description provided.