Skip to content

Commit f1b047c

Browse files
committed
Display: use FFDisplayOptions
1 parent bc6ed4f commit f1b047c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/display/display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void ffPrintDisplay(FFDisplayOptions* options)
1212

1313
if(dsResult->displays.length == 0)
1414
{
15-
ffPrintError(FF_DISPLAY_MODULE_NAME, 0, &instance.config.display.moduleArgs, "Couldn't detect display");
15+
ffPrintError(FF_DISPLAY_MODULE_NAME, 0, &options->moduleArgs, "Couldn't detect display");
1616
return;
1717
}
1818

0 commit comments

Comments
 (0)