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 compiler warning


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -fix compiler warning
Date: Tue, 28 Jun 2022 20:21:09 +0200

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 15ec1b4  -fix compiler warning
15ec1b4 is described below

commit 15ec1b4cf2da28d9e5f13291c3984abb460fa7e6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 20:21:07 2022 +0200

    -fix compiler warning
---
 src/anastasis/anastasis-gtk_action.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 0056e27..a30f60d 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -2508,7 +2508,8 @@ add_policy (GtkBox *policy_box,
                          "Failed to process challenge #%u of policy #%u",
                          (unsigned int) (1 + index),
                          (unsigned int) (1 + pindex));
-        AG_error (txt);
+        AG_error ("%s",
+                  txt);
         GNUNET_free (txt);
         return false;
       }

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