gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: rename param


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

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

ttn pushed a commit to branch master
in repository exchange.

commit 8c2ee80ae8e0ee078f7c5a3b98a521e7344a975c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 7 23:54:32 2022 -0400

    rename param
    
    The new name now matches the documentation and the header file.
    
    * src/util/tv_age_restriction.c (age_mask_to_string):
      Rename param from ‘m’ to ‘mask’; update all references.
---
 src/util/tv_age_restriction.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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]