Skip to content

howto including deleted records #11

@jenswes

Description

@jenswes

Hello, thanks a lot for your work

while reading this, i'm wondering if this could be used to including deleted records i have a fp5 file and hoping it will include accidentialy deleted records.

In https://github.com/evanmiller/fmptools/blob/main/HACKING

fp5 sector layout:

    Offset  Length  Value
    0       1       Deleted? 1=Yes 0=No

in src/fmp.h it is declared as int deleted;

in src/block.c

src/block.c:    // block->deleted = sector[0];
src/block.c:    block->deleted = 0;

so my idea was forcing each block to be not deleted :-)
but after compiling i'll get the same amount of data as without the patch

thanks for any hints

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