mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Fix printing of remaining logo
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ void ffLogoPrintLine(FFinstance* instance)
|
||||
|
||||
void ffLogoPrintRemaining(FFinstance* instance)
|
||||
{
|
||||
while(instance->state.keysHeight < instance->state.logoHeight)
|
||||
while(instance->state.keysHeight <= instance->state.logoHeight)
|
||||
{
|
||||
ffLogoPrintLine(instance);
|
||||
putchar('\n');
|
||||
|
||||
Reference in New Issue
Block a user