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 still does not like uppe


From: gnunet
Subject: [taler-taler-mdb] branch master updated: wallet still does not like upper case
Date: Fri, 06 Dec 2019 10:28:08 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 1521049  wallet still does not like upper case
1521049 is described below

commit 1521049ba4dcc394ef3bc21d88805766308c6bdf
Author: Dominik Hofer <address@hidden>
AuthorDate: Fri Dec 6 10:18:03 2019 +0100

    wallet still does not like upper case
---
 src/main.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main.c b/src/main.c
index 140b30b..b3d5d1c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -583,6 +583,7 @@ 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. */
@@ -595,6 +596,10 @@ show_qrcode (const char *uri)
                    base,
                    dddash);
   GNUNET_free (base);
+#else
+  (void) dddash;
+  upper = GNUNET_strdup (uri);
+#endif
   /* 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]