Skip to content

FS::read returning negative number on type size_t #7814

Closed
@fcapano

Description

@fcapano

in FS.cpp, function File::read should return an unsigned int (aka size_t), however it returns a negative value (-1).

return -1;

@igrr

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