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

Fix for segfault due to wprof being null #6889

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

Lawrence37
Copy link
Collaborator

The sRGB working profile cannot be found under some conditions because the profile name is stored as a Glib::ustring and the same strings may not be equal when using different locales. Use std::string whenever comparing profile names.

Closes #6357.

The sRGB working profile cannot be found under some conditions because
the profile name is stored as a Glib::ustring and the same strings may
not be equal when using different locales. Use std::string whenever
comparing profile names.
@Lawrence37 Lawrence37 self-assigned this Nov 20, 2023
@Lawrence37 Lawrence37 added this to the v5.10 milestone Jan 28, 2024
@Lawrence37 Lawrence37 merged commit 2c51b82 into Beep6581:dev Jan 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant