Skip to content

File::seek() should accept negative position values #2969

@blackketter

Description

@blackketter

Basic Infos

The pos parameter in File::seek() should be a signed value so that relative seeking is possible.

Currently it's an uint32_t, which means that it's impossible to seek backwards from the current position (using SeekCur) or the end (using SeekEnd).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions