Skip to content

Commit b89e3ff

Browse files
authored
Merge pull request #130 from khang06/th20
Add new th20 ECL formats
2 parents 3706821 + e9f1be0 commit b89e3ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

thecl/thecl10.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,16 +1080,27 @@ static const id_format_pair_t th19_fmts[] = {
10801080
};
10811081

10821082
static const id_format_pair_t th20_fmts[] = {
1083+
{ 46, "SSSSSSSSS" },
1084+
{ 47, "Sffffffff" },
10831085
{ 341, "" },
10841086
{ 342, "" },
10851087
{ 343, "S" },
10861088
{ 344, "SS" },
10871089
{ 448, "S" },
1090+
{ 536, "" },
1091+
{ 537, "" },
1092+
{ 540, "SS" },
1093+
{ 546, "S" },
1094+
{ 547, "S" },
10881095
{ 548, "" },
10891096
{ 564, "" },
1097+
{ 565, "" },
1098+
{ 566, "S" },
10901099
{ 567, "SS" },
10911100
{ 572, "S" },
10921101
{ 573, "" },
1102+
{ 574, "" },
1103+
{ 575, "S" },
10931104
{ 1001, "S" },
10941105
{ 1002, "S" },
10951106
{ 1003, "S" },

0 commit comments

Comments
 (0)