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 undefined variable #8293

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Fix undefined variable #8293

merged 1 commit into from
Aug 9, 2024

Conversation

radarhere
Copy link
Member

root is not currently defined here.

Pillow/src/libImaging/Quant.c

Lines 1041 to 1046 in f2469cb

#ifdef DEBUG
if (!(i % 100)) {
printf("%05d\r", i);
fflush(stdout);
}
if (checkContained(root, pixelData + i) > 1) {

@hugovk hugovk merged commit c8b5f0b into python-pillow:main Aug 9, 2024
51 of 52 checks passed
@radarhere radarhere deleted the quant branch August 9, 2024 22:06
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