mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
editorconfig
This commit is contained in:
+3
-3
@@ -52,7 +52,7 @@ void ffPrintOS(FFinstance* instance)
|
||||
}
|
||||
|
||||
fclose(osRelease);
|
||||
|
||||
|
||||
if(line != NULL)
|
||||
free(line);
|
||||
|
||||
@@ -71,7 +71,7 @@ void ffPrintOS(FFinstance* instance)
|
||||
else
|
||||
{
|
||||
if(name[0] != '\0')
|
||||
ffStrbufAppendS(&os, name);
|
||||
ffStrbufAppendS(&os, name);
|
||||
else
|
||||
ffStrbufAppendS(&os, id);
|
||||
|
||||
@@ -126,4 +126,4 @@ void ffPrintOS(FFinstance* instance)
|
||||
|
||||
ffPrintAndSaveCachedValue(instance, "OS", &os);
|
||||
ffStrbufDestroy(&os);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user