gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] 69/93: see stuff


From: gnunet
Subject: [taler-taler-mdb] 69/93: see stuff
Date: Mon, 18 Nov 2019 21:13:32 +0100

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

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

commit 1beaf3d7533441bb97d653d052adc83d0a702c93
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 16 10:46:24 2019 +0100

    see stuff
---
 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 45946a0..b4bb852 100644
--- a/src/main.c
+++ b/src/main.c
@@ -258,7 +258,8 @@ show_qrcode (const char *uri)
   for (unsigned int x = 0; x < size; x++)
     for (unsigned int y = 0; y < size; y++)
     {
-      qrDisplay.memory[(y + yOff) + qrDisplay.var_info.yres * (x + xOff)] = x;
+      qrDisplay.memory[(y + yOff) + qrDisplay.var_info.yres * (x + xOff)] =
+        0xFFFF * x / size;
     }
 #if 0
   for (unsigned int x = 0; x < size; x++)

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



reply via email to

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