mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
fixed a bug in battery where manufacturer was printed twice instead of model
This commit is contained in:
@@ -70,7 +70,7 @@ static void printBattery(FFinstance* instance, uint8_t index)
|
||||
printf("%s ", manufactor.chars);
|
||||
|
||||
if(model.length > 0)
|
||||
printf("%s ", manufactor.chars);
|
||||
printf("%s ", model.chars);
|
||||
|
||||
if(technology.length > 0)
|
||||
printf("(%s) ", technology.chars);
|
||||
|
||||
Reference in New Issue
Block a user