gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] 67/93: swap xy


From: gnunet
Subject: [taler-taler-mdb] 67/93: swap xy
Date: Mon, 18 Nov 2019 21:13:30 +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 968539559a5895478774c049cea2f47ac5f2292c
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 16 10:43:41 2019 +0100

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

diff --git a/src/main.c b/src/main.c
index 1e59397..5fe9a8b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -244,8 +244,8 @@ show_qrcode (const char *uri)
   size = GNUNET_MIN (qrDisplay.var_info.xres,
                      qrDisplay.var_info.yres);
   size /= 2;
-  unsigned int width = qrc->width + 8; // 4 pixel border
-  scale = size / width;
+  unsigned int nwidth = qrc->width + 8; // 4 pixel border
+  scale = size / nwidth;
 #if LEGACY
   pixels = GNUNET_malloc (size * size * n_channels);
 #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]