Skip to content

Commit 05d6846

Browse files
committed
thstd: Set correct format pairs for th14+ in std_create
1 parent 0a1b46a commit 05d6846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thstd/thstd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ std_create(
381381

382382
const id_format_pair_t *formats =
383383
option_version == 0 ? formats_v0 :
384-
formats_v1;
384+
option_version == 1 ? formats_v1 : formats_v2;
385385

386386
f = fopen(spec, "r");
387387
if (!f) {

0 commit comments

Comments
 (0)