gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: DCE


From: gnunet
Subject: [taler-taler-mdb] branch master updated: DCE
Date: Fri, 27 Mar 2020 12:49:37 +0100

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 8dd0914  DCE
8dd0914 is described below

commit 8dd0914484eb82dd2f8a4384ce5e631fb257ba3a
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 12:49:35 2020 +0100

    DCE
---
 src/main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index 3c8227b..48a1a49 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2034,7 +2034,7 @@ write_mdb_command (void *cls)
       chkSum += mdb.txBuffer[idx] = mdb.cmd->cmd.bin[idx];
     for (size_t idx = 0; idx < mdb.cmd->data.bin_size; idx++)
       chkSum += mdb.txBuffer[idx + mdb.cmd->cmd.bin_size] =
-                  mdb.cmd->data.bin[idx];
+        mdb.cmd->data.bin[idx];
     mdb.txBuffer[mdb.cmd->cmd.bin_size + mdb.cmd->data.bin_size] =
       (uint8_t) (chkSum & 0xFF);
   }
@@ -2715,7 +2715,6 @@ read_products (void *cls,
         {
           const char *mime_type = "";
           const char *ext;
-          size_t preview_len;
           char *base64;
 
           ext = strrchr (thumbnail_fn, '.');

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



reply via email to

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