Skip to content

Commit

Permalink
Add missing break in _sanitize_tape@filedebug_tc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreen24 committed Aug 24, 2023
1 parent a33b76f commit c3df359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tape_drivers/generic/file/filedebug_tc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,7 @@ static inline int _sanitize_tape(struct filedebug_data *state)
break;
case TC_MP_JV:
state->is_worm = true;
break;
default:
ltfsmsg(LTFS_INFO, 30086I, "TS1170", state->conf.cart_type);
state->is_worm = false;
Expand Down

0 comments on commit c3df359

Please sign in to comment.