Loading packages/OS400/ccsidcurl.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
packages/OS400/ccsidcurl.c +2 −1 Original line number Diff line number Diff line Loading @@ -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