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

Fixed Linux error where files could not be loaded #484

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

rafaegont1
Copy link
Contributor

@rafaegont1 rafaegont1 commented Jan 5, 2024

The changes made in d2e363d broke the line 2131 of utils.h file: return (name != NULL). It was comparing the literal address of const char* gEmpty = "" with NULL, causing the function static bool exists(const char *name) to always return true.

This problem where files could not be open is referred in issue #470.

@XProger XProger merged commit 888e26f into XProger:master Mar 2, 2024
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.

2 participants