mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
renamed Curl_ to curl_ for the printf() prefixes
This commit is contained in:
parent
4031104404
commit
6403257886
3 changed files with 34 additions and 34 deletions
|
|
@ -161,7 +161,7 @@ CURLcode add_bufferf(send_buffer *in, char *fmt, ...)
|
|||
char *s;
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
s = Curl_mvaprintf(fmt, ap); /* this allocs a new string to append */
|
||||
s = vaprintf(fmt, ap); /* this allocs a new string to append */
|
||||
va_end(ap);
|
||||
|
||||
if(s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue