gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: ignore intentionally


From: gnunet
Subject: [taler-taler-mdb] branch master updated: ignore intentionally
Date: Tue, 10 Dec 2019 10:38:24 +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 8fc5db9  ignore intentionally
8fc5db9 is described below

commit 8fc5db96e0052855b1a732a51481ebf40a037063
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 10 10:38:21 2019 +0100

    ignore intentionally
---
 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index bf9172f..c719f81 100644
--- a/src/main.c
+++ b/src/main.c
@@ -712,7 +712,7 @@ show_qrcode (const char *uri)
   QRinput_free (qri);
 
   if (0 < qrDisplay.backlightfd)
-    write (qrDisplay.backlightfd, "1", 1);
+    (void) write (qrDisplay.backlightfd, "1", 1);
 }
 
 
@@ -755,7 +755,7 @@ cleanup_payment (struct PaymentActivity *pa)
               qrDisplay.var_info.xres * qrDisplay.var_info.yres
               * sizeof (uint16_t));
     if (0 < qrDisplay.backlightfd)
-      write (qrDisplay.backlightfd, "0", 1);
+      (void) write (qrDisplay.backlightfd, "0", 1);
 #endif
     GNUNET_free (pa->taler_pay_uri);
   }

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



reply via email to

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