Skip to content

Commit 595d8c6

Browse files
author
josue-morfin
committed
change lto10
1 parent 65dd538 commit 595d8c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/tape_drivers/hp_tape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ static struct _timeout_tape timeout_lto9_hh[] = {
346346
{-1, -1}
347347
};
348348

349-
static struct _timeout_tape timeout_lto10_hh[] = {
349+
static struct _timeout_tape timeout_lto10_hh[] = {
350350
{ ERASE, 166370 },
351351
{ FORMAT_MEDIUM, 3240 },
352352
{ LOAD_UNLOAD, 960 },

src/tape_drivers/ibm_tape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ char* ibm_tape_assume_cart_name(unsigned char type)
11221122
case TC_MP_LTO10D_CART:
11231123
name = "LA";
11241124
break;
1125-
case TC_MP_10D_CART:
1125+
case TC_MP_LTOP10D_CART:
11261126
name = "PA";
11271127
break;
11281128
case TC_MP_JB:

0 commit comments

Comments
 (0)