Skip to content

7.63.0 - OS400 build fails in os400sys.c/ccsidcurl.c #3453

@jonrumsey

Description

@jonrumsey

I did this

Attempted to build 7.63.0 on OS400, fails with the following errors in curl_url_get_ccsid() packages/OS400/ccsidcurl.c

*part = dynconvert(ccsid, s, -1, ccsid, ASCII_CCSID);
*=SEVERE==========> a - CZM0099 Unexpected argument.

Looks like this was added in a77b640, I think the code should be;

*part = dynconvert(ccsid, s, -1, ASCII_CCSID);

I expected the following

Clean build

curl/libcurl version

[curl -V output]

operating system

OS400 V7R2M0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions