diff options
Diffstat (limited to 'hardinfo2/report.c')
-rw-r--r-- | hardinfo2/report.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/report.c b/hardinfo2/report.c index 0a486228..8247a0dc 100644 --- a/hardinfo2/report.c +++ b/hardinfo2/report.c @@ -345,7 +345,8 @@ report_create_inner_from_module_list(ReportContext *ctx, GSList *modules) ctx->entry = entry; report_subtitle(ctx, entry->name); - report_table(ctx, entry->func(entry->number)); + module_entry_scan(entry); + report_table(ctx, module_entry_function(entry)); } } } |