gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: wallet now handles upper-case c


From: gnunet
Subject: [taler-taler-mdb] branch master updated: wallet now handles upper-case correctly
Date: Sat, 14 Dec 2019 22:38:15 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new a82c441  wallet now handles upper-case correctly
a82c441 is described below

commit a82c44164813f6d1428d518ef79afd2c30fdf7dc
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 14 22:38:12 2019 +0100

    wallet now handles upper-case correctly
---
 src/main.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main.c b/src/main.c
index 37d4887..118d5f4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -670,7 +670,6 @@ show_qrcode (const char *uri)
                          "QRinput_new2");
     return;
   }
-#if UPPER_SUPPORTED
   /* convert all characters until the fourth '/' to upper
      case. The rest _should_ be upper case in a NICE setup,
      but we can't warrant it and must not touch those. */
@@ -683,10 +682,9 @@ show_qrcode (const char *uri)
                    base,
                    dddash);
   GNUNET_free (base);
-#else
-  (void) dddash;
-  upper = GNUNET_strdup (uri);
-#endif
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Showing QR code for `%s'\n",
+              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
@@ -750,6 +748,7 @@ show_qrcode (const char *uri)
     (void) write (qrDisplay.backlightfd, &backlight_on, 1);
 }
 
+
 #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]