summaryrefslogtreecommitdiff
path: root/common/url.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-08 16:28:48 +0200
committerStef Walter <stef@thewalter.net>2013-07-08 16:28:48 +0200
commit09ece36663a3672dfa2db97029cfd5f5360188e8 (patch)
tree1e259cb884530c7f182d41d922f0c09977ad98a0 /common/url.h
parent75e2cb73df51a2688ecd2f4b4e3b490ae7b9f5a7 (diff)
common: Fix typo, and don't escape '6' in URL encoding
Diffstat (limited to 'common/url.h')
-rw-r--r--common/url.h2
1 files changed, 1 insertions, 1 deletions
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,