We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--show-errors
1 parent 8f97e61 commit 88e4579Copy full SHA for 88e4579
src/common/printing.c
@@ -64,7 +64,7 @@ void ffPrintLogoAndKey(const char* moduleName, uint8_t moduleIndex, const FFModu
64
if(!instance.config.display.pipe)
65
{
66
fputs(FASTFETCH_TEXT_MODIFIER_RESET, stdout);
67
- if (moduleArgs->outputColor.length)
+ if (moduleArgs && moduleArgs->outputColor.length)
68
ffPrintColor(&moduleArgs->outputColor);
69
else if (instance.config.display.colorOutput.length)
70
ffPrintColor(&instance.config.display.colorOutput);
0 commit comments