gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: improve version number format ch


From: gnunet
Subject: [taler-exchange] branch master updated: improve version number format check
Date: Sat, 13 Mar 2021 23:03:09 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 71f00b37 improve version number format check
71f00b37 is described below

commit 71f00b37648a7237ad7efebd1b3145512f21c02a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 13 23:03:06 2021 +0100

    improve version number format check
---
 src/lib/exchange_api_handle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 15fb29aa..a6e6e9a4 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -728,7 +728,7 @@ decode_keys_json (const json_t *resp_obj,
       return GNUNET_SYSERR;
     }
     if (3 != sscanf (ver,
-                     "%u:%u:%u",
+                     "%u:%u:%u%c",
                      &current,
                      &revision,
                      &age,

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