gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 02/02: fixed compiler warning


From: gnunet
Subject: [taler-anastasis] 02/02: fixed compiler warning
Date: Tue, 12 May 2020 19:19:57 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit e5187fd14419060cc15b34712b1d901a3b410fe1
Author: Dennis Neufeld <address@hidden>
AuthorDate: Tue May 12 17:19:34 2020 +0000

    fixed compiler warning
---
 src/lib/anastasis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/anastasis.c b/src/lib/anastasis.c
index 73c6a31..d876c5f 100644
--- a/src/lib/anastasis.c
+++ b/src/lib/anastasis.c
@@ -1264,7 +1264,7 @@ struct PolicyStoreState
   /**
    * Payment order ID we got back, if any. Otherwise NULL.
    */
-  char *payment_order_id;
+  const char *payment_order_id;
 
   /**
    * Payment order ID we are to provide in the request, may be NULL.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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