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 1afc1302c9a6d8498bef7d180d39475d15d95e16
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Jul 2 18:27:06 2023 +0200

    test_load: Minor fix in debug message
---
 test/test_load.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_load.cpp b/test/test_load.cpp
index e437a6e..f7a0515 100644
--- a/test/test_load.cpp
+++ b/test/test_load.cpp
@@ -137,7 +137,7 @@ test_load(void)
         EXPECT_TRUE(im);
         EXPECT_EQ(err, 0);
         if (!im || err)
-           D("Error %d im=%p loading '%s'\n", lerr, im, fileo);
+           D("Error %d im=%p loading '%s'\n", err, im, fileo);
         if (im)
            image_free(im);
         imlib_flush_loaders();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to