Skip to content
Snippets Groups Projects
Commit e3241a52 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix typo in lazy "fix"

parent 75bc6e4e
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7471 passed
...@@ -3151,7 +3151,7 @@ read_jxl(const char *fn) ...@@ -3151,7 +3151,7 @@ read_jxl(const char *fn)
#endif #endif
break; break;
case JXL_DEC_NEED_IMAGE_OUT_BUFFER: case JXL_DEC_NEED_IMAGE_OUT_BUFFER:
if (width == 0 || height == 0 || width >= 0x40000000 || hewight >= 0x40000000) { if (width == 0 || height == 0 || width >= 0x40000000 || height >= 0x40000000) {
done = true; done = true;
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment