mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:37:21 +03:00
url: Corrected minor typo in comment
This commit is contained in:
parent
7b074a460b
commit
90fe59b829
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue