gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-gtk] branch master updated: fix bad rvalue check


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: fix bad rvalue check
Date: Fri, 13 Dec 2024 15:14:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 4984951  fix bad rvalue check
4984951 is described below

commit 49849510a9cb99e854ac5e2ce9abf486806054a5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 13 15:13:57 2024 +0100

    fix bad rvalue check
---
 src/anastasis/anastasis-gtk_handle-secret-buttons.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk_handle-secret-buttons.c 
b/src/anastasis/anastasis-gtk_handle-secret-buttons.c
index 738040c..2d6ae4f 100644
--- a/src/anastasis/anastasis-gtk_handle-secret-buttons.c
+++ b/src/anastasis/anastasis-gtk_handle-secret-buttons.c
@@ -103,7 +103,7 @@ open_secret_dialog_response_cb (GtkDialog *dialog,
     }
     data_size = (size_t) size;
     data = GNUNET_malloc_large (data_size);
-    if (GNUNET_OK != ret)
+    if (NULL == data)
     {
       AG_error ("Failed to allocate memory for file `%s': %s",
                 filename,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]