Skip to content

Commit 64cfb81

Browse files
khang06brliron
authored andcommitted
Fix bad format for ECL ins_47
1 parent 1351e17 commit 64cfb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thecl/thecl10.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ static const id_format_pair_t th19_fmts[] = {
10811081

10821082
static const id_format_pair_t th20_fmts[] = {
10831083
{ 46, "SSSSSSSSS" },
1084-
{ 47, "Sffffffff" },
1084+
{ 47, "fSfffffff" },
10851085
{ 341, "" },
10861086
{ 342, "" },
10871087
{ 343, "S" },

0 commit comments

Comments
 (0)