mirror of
https://github.com/curl/curl.git
synced 2026-07-26 09:27:21 +03:00
Some trivial changes
This commit is contained in:
parent
0331071346
commit
09777a4fc2
7 changed files with 39 additions and 31 deletions
|
|
@ -93,10 +93,10 @@ static const struct variable replacements[]={
|
|||
{NULL, VAR_NONE}
|
||||
};
|
||||
|
||||
void ourWriteOut(CURL *curl, char *writeinfo)
|
||||
void ourWriteOut(CURL *curl, const char *writeinfo)
|
||||
{
|
||||
FILE *stream = stdout;
|
||||
char *ptr=writeinfo;
|
||||
const char *ptr=writeinfo;
|
||||
char *stringp;
|
||||
long longinfo;
|
||||
double doubleinfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue