Skip to content

Commit 64e5ef0

Browse files
Fix output with no custom logo
1 parent cc1e876 commit 64e5ef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/logo/logo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@ static void logoPrintDetected(FFinstance* instance)
160160
{
161161
//If no logo source is given, detect the logo from OS and print the right builtin one
162162
if(instance->config.logoSource.length == 0)
163+
{
163164
ffLogoPrintBuiltinDetected(instance);
165+
return;
166+
}
164167

165168
//If a logo source is given, first look if it is the name of a builtin logo
166169
if(ffLogoPrintBuiltinIfExists(instance))

0 commit comments

Comments
 (0)