gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/02: rename param


From: gnunet
Subject: [taler-exchange] 01/02: rename param
Date: Fri, 08 Jul 2022 06:11:04 +0200

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

ttn pushed a commit to branch master
in repository exchange.

commit 15728dbd3e74df69fbc41d16584acf3cdc4b0c00
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 7 23:29:20 2022 -0400

    rename param
    
    The new name now matches the documentation and the header file.
    
    * src/extensions/extension_age_restriction.c (TALER_age_mask_to_string):
      Rename param ‘m’ to ‘mask’; update all references.
---
 src/extensions/extension_age_restriction.c | 4 ++--
 1 file changed, 2 insertions(+), 2 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;

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