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

Config file parser pukes on empty lines containing tabs #37

Open
PhirePhly opened this issue Nov 20, 2016 · 1 comment
Open

Config file parser pukes on empty lines containing tabs #37

PhirePhly opened this issue Nov 20, 2016 · 1 comment

Comments

@PhirePhly
Copy link
Owner

It seems like if you accidentally have lines with only tabs in them, they cause the config parse to puke on unknown entities.

@PhirePhly
Copy link
Owner Author

configline_is_comment() in config.c seems like it should properly handle "\t\t\n", which would indicate that this is more of an issue of one of the tokenizers somewhere is missing if (configline_is_comment()) continue;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant