Skip to content

Commit

Permalink
Fixed error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Jul 20, 2024
1 parent 2afa64c commit e154af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image_decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit e154af4

Please sign in to comment.