gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

diff --git a/src/main.c b/src/main.c
index 0b7c118..189101b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -197,7 +197,7 @@ show_qrcode (const char *uri)
   size_t xOff;
   size_t yOff;
 
-  qri = QRinput_new2 (0, QR_ECLEVEL_H);
+  qri = QRinput_new2 (0, QR_ECLEVEL_L);
   if (NULL == qri)
   {
     GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING,
@@ -205,7 +205,7 @@ show_qrcode (const char *uri)
     return;
   }
   upper = GNUNET_strdup (uri);
-  GNUNET_STRINGS_utf8_toupper (uri, upper);
+  //  GNUNET_STRINGS_utf8_toupper (uri, upper);
   /* first try encoding as uppercase-only alpha-numerical
      QR code (much smaller encoding); if that fails, also
      try using binary encoding (in case nick contains

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



reply via email to

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