From: Stef Walter Date: Mon, 8 Jul 2013 14:28:48 +0000 (+0200) Subject: common: Fix typo, and don't escape '6' in URL encoding X-Git-Tag: 0.19.2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09ece36663a3672dfa2db97029cfd5f5360188e8;p=p11-kit common: Fix typo, and don't escape '6' in URL encoding --- diff --git a/common/url.h b/common/url.h index 4ab1e43..3c9cfb4 100644 --- a/common/url.h +++ b/common/url.h @@ -45,7 +45,7 @@ #define P11_URL_VERBATIM "abcdefghijklmnopqrstuvwxyz" \ "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ - "012345789_-." + "0123456789_-." unsigned char * p11_url_decode (const char *value, const char *end,