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

FORMAT_MASK__F_INIT is (0<<16) on line 449 #46

Open
moridinga opened this issue Sep 26, 2020 · 1 comment
Open

FORMAT_MASK__F_INIT is (0<<16) on line 449 #46

moridinga opened this issue Sep 26, 2020 · 1 comment

Comments

@moridinga
Copy link

Why is it not (1<<16)? Seems to be a typo.

@wonder-mice
Copy link
Owner

No, comment above explains it:

/* Used to implement _ZF_LOG_MESSAGE_FORMAT_CONTAINS() macro. All possible
 * fields must be mentioned here. Not counting F_INIT() here because it's
 * somewhat special and is handled spearatly (at least for now).
 */

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