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 280573e6e2b1796798157bb57eb4fb09aa519d5f
Author: NRK <[email protected]>
AuthorDate: Thu Sep 29 03:44:46 2022 +0600
imlib_load_image_frame_mem(): set nocache
---
src/lib/api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/api.c b/src/lib/api.c
index fa67dde..2700705 100644
--- a/src/lib/api.c
+++ b/src/lib/api.c
@@ -659,7 +659,7 @@ imlib_load_image_frame_mem(const char *file, int frame, const void *data,
size_t size)
{
Imlib_Image im;
- ImlibLoadArgs ila = { ILA0(ctx, 1, 0),.frame = frame };
+ ImlibLoadArgs ila = { ILA0(ctx, 1, 1),.frame = frame };
CHECK_PARAM_POINTER_RETURN("file", file, NULL);
CHECK_PARAM_POINTER_RETURN("data", data, NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.