gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fixed signednes issue


From: gnunet
Subject: [taler-exchange] branch master updated: fixed signednes issue
Date: Mon, 29 Nov 2021 10:14:26 +0100

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

oec pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 93fe40c5 fixed signednes issue
93fe40c5 is described below

commit 93fe40c5a74d81a87cc8df3660d3fb56b5356ded
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Nov 29 10:14:23 2021 +0100

    fixed signednes issue
---
 src/util/extension_age_restriction.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/extension_age_restriction.c 
b/src/util/extension_age_restriction.c
index 6bbfde04..9c2ff739 100644
--- a/src/util/extension_age_restriction.c
+++ b/src/util/extension_age_restriction.c
@@ -86,7 +86,7 @@ TALER_parse_age_group_string (char *groups,
 {
   enum TALER_EXTENSION_ReturnValue ret = TALER_EXTENSION_ERROR_SYS;
   char *pos;
-  int prev = -1;
+  unsigned int prev = 0;
   unsigned int val;
   char dummy;
 
@@ -128,6 +128,7 @@ TALER_parse_age_group_string (char *groups,
     }
 
     prev = val;
+    *pos = ':';
     groups = pos + 1;
   }
 

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