diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2013-06-29 15:51:27 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2013-06-29 15:51:27 +0000 |
| commit | 9bc22394d885aba91d8cd52655c1a8d183bc0ead (patch) | |
| tree | 95d517b8e079f46cd3ce716f76f8e1ee0c8ca82b /lib/libfetch | |
| parent | 9d40e340ea8f0d32e8c0a1304b3006630242af51 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index a081520143e58..8d92bbcb7808e 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -376,7 +376,7 @@ fetchParseURL(const char *URL) /* password */ if (*q == ':') - q = fetch_pctdecode(u->pwd, ++q, URL_PWDLEN); + q = fetch_pctdecode(u->pwd, q + 1, URL_PWDLEN); p++; } else { |
