Browse Source

Fixed error.

Бранимир Караџић 1 year ago
parent
commit
e154af4821
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/image_decode.cpp

+ 1 - 1
src/image_decode.cpp

@@ -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
 		{
 		{