Skip to content

Commit e74d21c

Browse files
Merge pull request #365 from IanManske/parse-color-fix
Fix color parsing.
2 parents 7a5d882 + 90d8677 commit e74d21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fastfetch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ static void optionParseColor(const char* key, const char* value, FFstrbuf* buffe
701701
else FF_APPEND_COLOR_CODE_COND(magenta, "35")
702702
else FF_APPEND_COLOR_CODE_COND(cyan, "36")
703703
else FF_APPEND_COLOR_CODE_COND(white, "37")
704+
else
704705
{
705706
ffStrbufAppendC(buffer, *value);
706707
++value;

0 commit comments

Comments
 (0)