Skip to content

fopen(filepath, "rb") doesn't seem to work #1562

Closed
@justbuchanan

Description

@justbuchanan

Whenever I try to open a file in binary mode, fopen() returns nullptr, but errno is set to 0. I have verified that the file I'm opening exists and it opens just fine in text mode when I pass "r" instead of "rb".

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