Skip to content

Bug in v2.4.8.0-10517 file debug_tc.c #532

@greengreengreengit

Description

@greengreengreengit

In file debug_tc.c

Since the last release there are duplicate if statements, so the second DRIVE_GEN_JAG4 and DRIVE_GEN_JAG7 code will never be executed. Not critical as this will only affect the file based tape simulator.

else if (gen == DRIVE_GEN_JAG4) {

...
else if (gen == DRIVE_GEN_JAG4) {
...

} else if (gen == DRIVE_GEN_JAG7) {

...
} else if (gen == DRIVE_GEN_JAG7) {
...

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