Skip to content

Need to declare zbuf as unsigned char * for mingw build #164

@elekven-m

Description

@elekven-m

Due to changes in libplist's plist.h, plist_new_data now takes a first parameter which is unsigned char *, where it used to be signed char *. A build with gcc 13.2.0 in the mingw environment is defined to treat all warnings as errors, so the build breaks. Editing ideviceinstaller.c line 1211 to declare zbuf to be unsigned char * restores the build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions