mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
fix ffGetPropValue
This commit is contained in:
@@ -126,6 +126,8 @@ bool ffGetPropValue(const char* line, const char* start, FFstrbuf* buffer)
|
||||
|
||||
while(line[lineIndex] == ' ' || line[lineIndex] == '\t')
|
||||
++lineIndex;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
if(line[lineIndex] == '\0' || line[lineIndex] != start[startIndex])
|
||||
|
||||
Reference in New Issue
Block a user