gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -add parens


From: gnunet
Subject: [taler-exchange] branch master updated: -add parens
Date: Thu, 24 Feb 2022 23:58:19 +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 f11cab90 -add parens
f11cab90 is described below

commit f11cab90fff2095713a0bd74a2db844147185463
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 24 23:58:13 2022 +0100

    -add parens
---
 src/include/taler_util.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 1eba4e32..ee17557a 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -125,7 +125,7 @@ TALER_b2s (const void *buf,
  * @param obj address of object to convert
  * @return string representing the binary obj buffer
  */
-#define TALER_B2S(obj) TALER_b2s (obj, sizeof (*obj))
+#define TALER_B2S(obj) TALER_b2s ((obj), sizeof (*(obj)))
 
 
 /**

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