We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e2e53 commit 2be7965Copy full SHA for 2be7965
1 file changed
src/lib/OpenEXRCore/debug.c
@@ -87,7 +87,7 @@ print_attr (const exr_attribute_t* a, int verbose)
87
"dwab",
88
"htj2k"};
89
printf (
90
- "'%s'", (a->uc < 10 ? compressionnames[a->uc] : "<UNKNOWN>"));
+ "'%s'", (a->uc < 11 ? compressionnames[a->uc] : "<UNKNOWN>"));
91
if (verbose) printf (" (0x%02X)", a->uc);
92
break;
93
}
0 commit comments