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 4bdf6f4 commit 9811c4fCopy full SHA for 9811c4f
thanm/thanm.c
@@ -325,6 +325,8 @@ static const id_format_pair_t formats_v8[] = {
325
{ 313, "S" },
326
{ 314, "S" },
327
{ 315, "S" },
328
+ { 316, "" },
329
+ { 317, "" },
330
{ 400, "fff" },
331
{ 401, "fff" },
332
{ 402, "ff" },
@@ -350,6 +352,7 @@ static const id_format_pair_t formats_v8[] = {
350
352
{ 429, "Sf" },
351
353
{ 430, "SSff" },
354
{ 431, "S" },
355
+ { 432, "S" },
356
{ 433, "SSff" },
357
{ 434, "ff" },
358
{ 436, "ff" },
@@ -373,6 +376,7 @@ static const id_format_pair_t formats_v8[] = {
373
376
{ 608, "ff" },
374
377
{ 609, "S" },
375
378
{ 610, "S" },
379
+ { 611, "ffS" },
380
{ 612, "ff" },
381
{ 0xffff, "" },
382
{ 0, NULL }
0 commit comments