Skip to content

[FR]: add some workaround for partition renaming partition already exists error #67

@israpps

Description

@israpps

Checks

  • I have checked existing feature requests for duplicates and found none

Describe the FR

fix the partition renaming when user has not edited the segment of the filename wich is processed to be a part of the partition name

i'm not sure if just removing this code will be the solution.

hdl-dump/hdl.c

Lines 1334 to 1336 in 87d3099

} else if (result == RET_OK)
/* partition with such name already exists */
result = RET_PART_EXISTS;

If the solution is that simple, then let me know and i'll make a PR

Describe the solution you'd like

that renaming a game should not trow an error if the game title was not modified on the first ~17 chars

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions