diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 1eba4e327..ee17557a4 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))) /**