mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 12:42:35 +01:00
Fixed error.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace bimg
|
||||
|
||||
if (0 != error)
|
||||
{
|
||||
_err->setError(BIMG_ERROR, lodepng_error_text(error) );
|
||||
_err->setError(BIMG_ERROR, "lodepng_decode failed.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user