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 assertion


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: fix assertion
Date: Sat, 20 Mar 2021 22:07:59 +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 c26c56f  fix assertion
c26c56f is described below

commit c26c56f6a76f9d64a64a83f2d889001e6841a4eb
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Mar 20 22:07:56 2021 +0100

    fix assertion
---
 src/anastasis/anastasis-gtk_action.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 9d9ec9e..4962d22 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -250,7 +250,7 @@ create_attribute_widget (const struct GNUNET_HashCode *uh,
                         5);        /* padding */
 
     }
-    GNUNET_assert (0 ==
+    GNUNET_assert (0 <
                    g_signal_connect (w,
                                      "changed",
                                      G_CALLBACK (&AG_identity_changed),

-- 
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]