mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-05 07:02:19 +00:00
fix(core): don't remove double quotes when parsing versit strings
Fixes #3530
This commit is contained in:
@@ -83,7 +83,6 @@
|
|||||||
newCurrentChar = newPart;
|
newCurrentChar = newPart;
|
||||||
|
|
||||||
isEscaped = NO;
|
isEscaped = NO;
|
||||||
isQuoted = NO;
|
|
||||||
|
|
||||||
while (currentChar < lastChar)
|
while (currentChar < lastChar)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user