mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:37:18 +03:00
Adjust OS400-specific support to last release
This commit is contained in:
parent
ad63f8a53c
commit
1c05b9359d
1 changed files with 2 additions and 1 deletions
|
|
@ -1114,7 +1114,8 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
|
|||
if(testwarn) {
|
||||
testwarn = 0;
|
||||
|
||||
if((int) STRING_LAST != (int) STRING_BEARER + 1)
|
||||
if((int) STRING_LASTZEROTERMINATED != (int) STRING_BEARER + 1 ||
|
||||
(int) STRING_LAST != (int) STRING_COPYPOSTFIELDS + 1)
|
||||
curl_mfprintf(stderr,
|
||||
"*** WARNING: curl_easy_setopt_ccsid() should be reworked ***\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue