We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3985c89 commit 1c8527bCopy full SHA for 1c8527b
thstd/thstd.c
@@ -105,6 +105,7 @@ static const id_format_pair_t formats_v1[] = {
105
{ 8, "Cff" },
106
{ 9, "SSCff" },
107
{ 10, "SSfffffffff" },
108
+ { 11, "SSfffffffff" },
109
{ 12, "S" },
110
{ 13, "S" },
111
{ 14, "SS" },
@@ -889,9 +890,9 @@ main(
889
890
case 7:
891
case 8:
892
case 9:
- case 95:
893
option_version = 0;
894
break;
895
+ case 95:
896
case 10:
897
case 103:
898
case 11:
0 commit comments