mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
@@ -55,7 +55,7 @@ bool ffParsePropLinePointer(const char** line, const char* start, FFstrbuf* buff
|
||||
++(*line);
|
||||
}
|
||||
|
||||
// Allow faster parsing of quotet values
|
||||
// Allow faster parsing of quoted values
|
||||
if (**line == '"' || **line == '\'') {
|
||||
valueEnd = **line;
|
||||
++(*line);
|
||||
|
||||
Reference in New Issue
Block a user