gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] 62/93: qr gen


From: gnunet
Subject: [taler-taler-mdb] 62/93: qr gen
Date: Mon, 18 Nov 2019 21:13:25 +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 692bc25f7ed12881f528535ba607849bcd64f4d3
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 16 10:24:21 2019 +0100

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

diff --git a/src/main.c b/src/main.c
index e3b7f77..bd17277 100644
--- a/src/main.c
+++ b/src/main.c
@@ -259,7 +259,7 @@ show_qrcode (const char *uri)
       unsigned int off =
         ((x - xOff) * qrc->width / size) + ((y - yOff) * qrc->width / size)
         * qrc->width;
-      qrDisplay.memory[y * size + x] =
+      qrDisplay.memory[y * qrDisplay.var_info.xres + x] =
         (0 == (qrc->data[off] & 1)) ? 0xFF : 0x00;
     }
 

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



reply via email to

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