[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/02: -fix comment
From: |
gnunet |
Subject: |
[gnunet] 02/02: -fix comment |
Date: |
Mon, 09 Dec 2024 13:29:26 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit d095ae8563b3f8f9c4c90cb1a5f7d38cacee501d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Dec 9 13:29:19 2024 +0100
-fix comment
---
src/lib/util/configuration.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/util/configuration.c b/src/lib/util/configuration.c
index fb0ff0bc0..0eaea6a88 100644
--- a/src/lib/util/configuration.c
+++ b/src/lib/util/configuration.c
@@ -1720,7 +1720,7 @@ GNUNET_CONFIGURATION_set_value_float (struct
GNUNET_CONFIGURATION_Handle *cfg,
char s[64];
// TODO FIXME note that this truncates the float
- // #9246
+ // #9369
const locale_t cl = newlocale(0, "C", (locale_t)0);
locale_t old_locale = uselocale(cl);
GNUNET_snprintf (s,
@@ -1751,7 +1751,7 @@ GNUNET_CONFIGURATION_get_value_float (
return GNUNET_NO;
if (NULL == e->val)
return GNUNET_NO;
- // #9246
+ // #9369
const locale_t cl = newlocale(0, "C", (locale_t)0);
locale_t old_locale = uselocale(cl);
if (1 != sscanf (e->val,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.