mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Display: fix an uninitialized FFDisplayOptions field
This commit is contained in:
@@ -436,6 +436,7 @@ void ffInitDisplayOptions(FFDisplayOptions* options)
|
||||
ffOptionInitModuleArg(&options->moduleArgs, "");
|
||||
options->compactType = FF_DISPLAY_COMPACT_TYPE_NONE;
|
||||
options->preciseRefreshRate = false;
|
||||
options->order = FF_DISPLAY_ORDER_NONE;
|
||||
}
|
||||
|
||||
void ffDestroyDisplayOptions(FFDisplayOptions* options)
|
||||
|
||||
Reference in New Issue
Block a user