gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-taler-mdb] 70/93: see stuff
Date: Mon, 18 Nov 2019 21:13:33 +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 305580fd5ae7deb1a508fed47770e78027f71444
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 16 10:47:51 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 b4bb852..d03c9b4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -267,7 +267,7 @@ show_qrcode (const char *uri)
     {
       unsigned int off =
         (x * qrc->width / size) + (y * qrc->width / size) * qrc->width;
-      qrDisplay.memory[(y + yOff) + qrDisplay.var_info.yres * (x + xOff)] =
+      qrDisplay.memory[(y + yOff) + qrDisplay.var_info.xres * (x + xOff)] =
         (0 == (qrc->data[off] & 1)) ? 0xFFFF : 0x0000;
     }
 #endif

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



reply via email to

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