fix(core): don't remove double quotes when parsing versit strings

Fixes #3530
This commit is contained in:
Francis Lachapelle
2022-06-29 08:31:08 -04:00
parent d99aa82a31
commit ebf032ee6b

View File

@@ -83,7 +83,6 @@
newCurrentChar = newPart;
isEscaped = NO;
isQuoted = NO;
while (currentChar < lastChar)
{