Skip to content

modaccent long type conversation errors #7

@HexDecimal

Description

@HexDecimal

I've noticed a ton of conversion errors in the modaccent sources. These sources seem to insist on casting long types to long* pointers and back again. On most x64 systems the pointer will be larger than the integer.

This can generally be fixed by replacing long with intptr_t.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions