diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/url.h | 2 |
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, |