fix ffGetPropValue

This commit is contained in:
Linus Dierheimer
2021-05-13 12:48:00 +02:00
parent 4d7a06ac97
commit 9e597aa253
+2
View File
@@ -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])