mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
src: tidy up types, add necessary casts
Cherry-picked from #13489 Closes #13614
This commit is contained in:
parent
d0728c9109
commit
1a89538347
14 changed files with 30 additions and 32 deletions
|
|
@ -443,7 +443,7 @@ static int writeLong(FILE *stream, const struct writeoutvar *wovar,
|
|||
valid = true;
|
||||
break;
|
||||
case VAR_EXITCODE:
|
||||
longinfo = per_result;
|
||||
longinfo = (long)per_result;
|
||||
valid = true;
|
||||
break;
|
||||
case VAR_URLNUM:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue