-add parens

This commit is contained in:
Christian Grothoff 2022-02-24 23:58:13 +01:00
parent 3d52f52164
commit f11cab90ff
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)))
/**