gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: clarify behavior (#6194)


From: gnunet
Subject: [taler-exchange] branch master updated: clarify behavior (#6194)
Date: Tue, 21 Apr 2020 14:56:44 +0200

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 32bce6da clarify behavior (#6194)
32bce6da is described below

commit 32bce6da431371fc747e22110b89eda63290a9af
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Apr 21 14:56:42 2020 +0200

    clarify behavior (#6194)
---
 src/lib/exchange_api_refresh_common.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/exchange_api_refresh_common.c 
b/src/lib/exchange_api_refresh_common.c
index c415e784..f26c5bcc 100644
--- a/src/lib/exchange_api_refresh_common.c
+++ b/src/lib/exchange_api_refresh_common.c
@@ -206,9 +206,9 @@ deserialize_melted_coin (struct MeltedCoin *mc,
  * @param dk information to serialize
  * @param buf buffer to write data in, NULL to just compute
  *            required size
- * @param off offeset at @a buf to use
- * @return number of bytes written to @a buf at @a off, or if
- *        @a buf is NULL, number of bytes required
+ * @param off offset at @a buf to use
+ * @return number of bytes written to @a buf at @a off (in addition to @a off 
itself), or if
+ *        @a buf is NULL, number of bytes required, excluding @a off
  */
 static size_t
 serialize_denomination_key (const struct TALER_DenominationPublicKey *dk,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]