mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:03:32 +03:00
Internal symbols that aren't static are now prefixed with 'Curl_'
This commit is contained in:
parent
9f9cac7402
commit
4031104404
53 changed files with 670 additions and 593 deletions
|
|
@ -690,7 +690,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
/* we already have a string, we append this one
|
||||
with a separating &-letter */
|
||||
char *oldpost=config->postfields;
|
||||
config->postfields=maprintf("%s&%s", oldpost, postdata);
|
||||
config->postfields=aprintf("%s&%s", oldpost, postdata);
|
||||
free(oldpost);
|
||||
free(postdata);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue