We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dd538 commit 595d8c6Copy full SHA for 595d8c6
2 files changed
src/tape_drivers/hp_tape.c
@@ -346,7 +346,7 @@ static struct _timeout_tape timeout_lto9_hh[] = {
346
{-1, -1}
347
};
348
349
-static struct _timeout_tape timeout_lto10_hh[] = {
+static struct _timeout_tape timeout_lto10_hh[] = {
350
{ ERASE, 166370 },
351
{ FORMAT_MEDIUM, 3240 },
352
{ LOAD_UNLOAD, 960 },
src/tape_drivers/ibm_tape.c
@@ -1122,7 +1122,7 @@ char* ibm_tape_assume_cart_name(unsigned char type)
1122
case TC_MP_LTO10D_CART:
1123
name = "LA";
1124
break;
1125
- case TC_MP_10D_CART:
+ case TC_MP_LTOP10D_CART:
1126
name = "PA";
1127
1128
case TC_MP_JB:
0 commit comments