Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
thstd: Set correct format pairs for th14+ in std_create
  • Loading branch information
Nutzer committed Jul 23, 2020
commit 05d6846bc606704f5337f3c7b48bc1a410d2128a
2 changes: 1 addition & 1 deletion thstd/thstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ std_create(

const id_format_pair_t *formats =
option_version == 0 ? formats_v0 :
formats_v1;
option_version == 1 ? formats_v1 : formats_v2;

f = fopen(spec, "r");
if (!f) {
Expand Down