Skip to content

Should seqStartOffset be added to SEEK_SET? #2

Description

@m-7761

Adapting this code to read from a T archive (a PlayStation thing) the input FILE needs to be rewound to its first sector instead of the top of the file:

fseek(fSEQp, 0x14, SEEK_SET);
}
else
{
fseek(fSEQp, 0x0F, SEEK_SET);

seqStartOffset is already handy, maybe it should be added if appropriate?

seqStartOffset = (int) ftell(fSEQp);

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