Skip to content

Commit

Permalink
thstd: fix th95
Browse files Browse the repository at this point in the history
Simply added changes from here: #80 (comment)
  • Loading branch information
Priw8 committed Oct 12, 2020
1 parent 3985c89 commit 1c8527b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thstd/thstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ static const id_format_pair_t formats_v1[] = {
{ 8, "Cff" },
{ 9, "SSCff" },
{ 10, "SSfffffffff" },
{ 11, "SSfffffffff" },
{ 12, "S" },
{ 13, "S" },
{ 14, "SS" },
Expand Down Expand Up @@ -889,9 +890,9 @@ main(
case 7:
case 8:
case 9:
case 95:
option_version = 0;
break;
case 95:
case 10:
case 103:
case 11:
Expand Down

0 comments on commit 1c8527b

Please sign in to comment.