From 8ec090c3f39e16c01ef7a8559cd5040269f86e43 Mon Sep 17 00:00:00 2001 From: Khang Date: Sun, 17 Aug 2025 20:53:11 -0400 Subject: [PATCH] Fix bad format for ECL ins_47 --- thecl/thecl10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thecl/thecl10.c b/thecl/thecl10.c index c351661..57f1e73 100644 --- a/thecl/thecl10.c +++ b/thecl/thecl10.c @@ -1081,7 +1081,7 @@ static const id_format_pair_t th19_fmts[] = { static const id_format_pair_t th20_fmts[] = { { 46, "SSSSSSSSS" }, - { 47, "Sffffffff" }, + { 47, "fSfffffff" }, { 341, "" }, { 342, "" }, { 343, "S" },