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

potential bug with prefs.c at compile time #20

Closed
ndmallmann opened this issue Feb 3, 2025 · 1 comment
Closed

potential bug with prefs.c at compile time #20

ndmallmann opened this issue Feb 3, 2025 · 1 comment

Comments

@ndmallmann
Copy link

Unless I'm mistaken, there is a variable declared inside a compiler directive in line 100 that is being used freely outside the directive:

As far as I understand, if HAVE_GETENV is not defined, there will be a compilation bug due to the fact that listbuf is not declared.

@ebertin ebertin closed this as completed in 55a21cc Feb 5, 2025
@ebertin
Copy link
Member

ebertin commented Feb 5, 2025

Thanks for the bug report!

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