gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (38d7ca08 -> 8c2ee80a)


From: gnunet
Subject: [taler-exchange] branch master updated (38d7ca08 -> 8c2ee80a)
Date: Fri, 08 Jul 2022 06:11:03 +0200

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

ttn pushed a change to branch master
in repository exchange.

    from 38d7ca08 -fixed doxygen errors
     new 15728dbd rename param
     new 8c2ee80a rename param

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/extensions/extension_age_restriction.c | 4 ++--
 src/util/tv_age_restriction.c              | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/extensions/extension_age_restriction.c 
b/src/extensions/extension_age_restriction.c
index 8cc30f57..7937f61a 100644
--- a/src/extensions/extension_age_restriction.c
+++ b/src/extensions/extension_age_restriction.c
@@ -83,9 +83,9 @@ TALER_parse_age_group_string (
 
 char *
 TALER_age_mask_to_string (
-  const struct TALER_AgeMask *m)
+  const struct TALER_AgeMask *mask)
 {
-  uint32_t bits = m->bits;
+  uint32_t bits = mask->bits;
   unsigned int n = 0;
   char *buf = GNUNET_malloc (32 * 3); // max characters possible
   char *pos = buf;
diff --git a/src/util/tv_age_restriction.c b/src/util/tv_age_restriction.c
index 2958c14a..9fc2b482 100644
--- a/src/util/tv_age_restriction.c
+++ b/src/util/tv_age_restriction.c
@@ -37,9 +37,9 @@ get_age_group (
  */
 char *
 age_mask_to_string (
-  const struct TALER_AgeMask *m)
+  const struct TALER_AgeMask *mask)
 {
-  uint32_t bits = m->bits;
+  uint32_t bits = mask->bits;
   unsigned int n = 0;
   char *buf = GNUNET_malloc (32 * 3); // max characters possible
   char *pos = buf;

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