Skip to content

negative height check doesn't work without longint #28

Closed
@dhalbert

Description

@dhalbert

@FoamyGuy pointed out in discord that

if height > 0x7FFFFFFF:
height = height - 4294967296

causes an error on import if longints aren't enabled (e.g. on pewpew_m4).

@cogliano pinging you as you added the PR that supports negative heights. Perhaps something can be done earlier in the call chain

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions