Fixed error.

This commit is contained in:
Бранимир Караџић
2024-07-20 07:34:24 -07:00
parent 2afa64c14c
commit e154af4821

View File

@@ -103,7 +103,7 @@ namespace bimg
if (0 != error) if (0 != error)
{ {
_err->setError(BIMG_ERROR, lodepng_error_text(error) ); _err->setError(BIMG_ERROR, "lodepng_decode failed.");
} }
else else
{ {