mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Fixed error.
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user