This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit d52c1a5dae67c8b6b58f2f5fc57bc6ad5eab7a4c
Author: Kim Woelders <[email protected]>
AuthorDate: Tue Feb 14 19:43:01 2023 +0100
api: Remove pointless statement
---
src/lib/api.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/lib/api.c b/src/lib/api.c
index b763028..ada98f3 100644
--- a/src/lib/api.c
+++ b/src/lib/api.c
@@ -1888,8 +1888,6 @@ _imlib_save_image(const char *file, int *err)
CHECK_PARAM_POINTER("file", file);
CAST_IMAGE(im, ctx->image);
- ctx->error = 0;
-
ctx->error = __imlib_LoadImageData(im);
if (ctx->error)
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.