From 502bc5c24ea99ca99bc9787fde46fd3934029095 Mon Sep 17 00:00:00 2001 From: muter3000 Date: Sun, 14 Aug 2022 19:04:06 +0200 Subject: [PATCH] Support 185 in thanm --- thanm/thanm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thanm/thanm.c b/thanm/thanm.c index a3854490..39010361 100644 --- a/thanm/thanm.c +++ b/thanm/thanm.c @@ -363,12 +363,14 @@ static const id_format_pair_t formats_v8[] = { { 437, "S" }, { 438, "S" }, { 439, "S" }, + { 440, "" }, { 500, "S" }, { 501, "S" }, { 502, "S" }, { 503, "S" }, { 504, "S" }, { 505, "Sff" }, + { 506, "SSf" }, { 507, "S" }, { 508, "S" }, { 509, "" }, @@ -383,6 +385,7 @@ static const id_format_pair_t formats_v8[] = { { 610, "S" }, { 611, "ffS" }, { 612, "ff" }, + { 614, "ff" }, { 0xffff, "" }, { 0, NULL } };