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

Minor fix of check_mkdir macro #402

Merged
merged 2 commits into from Dec 28, 2017

Conversation

musteresel
Copy link
Contributor

The check_mkdir macro expects two arguments to be passed, but ignores them and instead uses hardcoded values. That's currently not an issue as at both places where the macro is used, the arguments match the hardcoded values. Might lead to some headaches as soon as this has to change, though.

Moreover, such a locally used macro should be undefined after the last place where it's used to avoid interference with later code.

Copy link
Member

@keis keis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@keis keis merged commit 7369c2f into uzbl:master Dec 28, 2017
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.

None yet

2 participants