gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-taler-mdb] 80/93: see stuff
Date: Mon, 18 Nov 2019 21:13:43 +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 be7344d4e8d155e33d3a009232e410ccaef12e12
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 16 11:07:38 2019 +0100

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

diff --git a/src/main.c b/src/main.c
index 1cdda05..f84c4f5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -257,7 +257,7 @@ show_qrcode (const char *uri)
     for (unsigned int y = 0; y < qrDisplay.var_info.yres - 2 * yOff; y++)
     {
       unsigned int off =
-        (x * qrc->width / size) + (y * qrc->width / size) * qrc->width;
+        (x * nwidth / size) + (y * nwidth / size) * qrc->width;
       qrDisplay.memory[(y + yOff) * qrDisplay.var_info.xres + (x + xOff)] =
         (0 == (qrc->data[off] & 1)) ? 0xFFFF : 0x0000;
     }

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



reply via email to

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