url: Corrected minor typo in comment

This commit is contained in:
Steve Holme 2013-04-19 12:53:59 +01:00
parent 7b074a460b
commit 90fe59b829
1 changed files with 1 additions and 1 deletions

View File

@ -4536,7 +4536,7 @@ static CURLcode parse_login_details(const char *login, const size_t len,
*passwdp = ptemp;
}
/* Copy the password portion if necessary */
/* Copy the options portion if necessary */
if(otemp) {
memcpy(otemp, osep + 1, olen);
otemp[olen] = '\0';