Skip to content

Commit 1c8527b

Browse files
committedOct 12, 2020
thstd: fix th95
Simply added changes from here: #80 (comment)
1 parent 3985c89 commit 1c8527b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎thstd/thstd.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ static const id_format_pair_t formats_v1[] = {
105105
{ 8, "Cff" },
106106
{ 9, "SSCff" },
107107
{ 10, "SSfffffffff" },
108+
{ 11, "SSfffffffff" },
108109
{ 12, "S" },
109110
{ 13, "S" },
110111
{ 14, "SS" },
@@ -889,9 +890,9 @@ main(
889890
case 7:
890891
case 8:
891892
case 9:
892-
case 95:
893893
option_version = 0;
894894
break;
895+
case 95:
895896
case 10:
896897
case 103:
897898
case 11:

0 commit comments

Comments
 (0)
Please sign in to comment.