We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ce666 commit b3af050Copy full SHA for b3af050
Source/astcenccli_toplevel.cpp
@@ -2267,7 +2267,8 @@ int astcenc_main(
2267
2268
if (work.error != ASTCENC_SUCCESS)
2269
{
2270
- print_error("ERROR: Codec decompress failed: %s\n", astcenc_get_error_string(codec_status));
+ print_error("ERROR: Codec decompress failed: %s\n",
2271
+ astcenc_get_error_string(work.error));
2272
return 1;
2273
}
2274
0 commit comments