Skip to content

Commit

Permalink
[libromdata] RomDataFactory.cpp, init_supportedFileExtensions(): Miss…
Browse files Browse the repository at this point in the history
…ed a tblptr.tbl change.

This only affected the Windows version.
  • Loading branch information
GerbilSoft committed Oct 4, 2024
1 parent 819c069 commit 6087be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libromdata/RomDataFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ void init_supportedFileExtensions(void)

for (const auto &tblptr : Private::romDataFns_tbl)
{
const RomDataFns *fns = tblptr->tbl;
const RomDataFns *fns = tblptr.tbl;
for (size_t i = tblptr.size; i > 0; i--, fns++) {
const char *const *sys_exts = fns->romDataInfo()->exts;
if (!sys_exts)
Expand Down

0 comments on commit 6087be7

Please sign in to comment.