mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +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;
|
||||
|
||||
isEscaped = NO;
|
||||
isQuoted = NO;
|
||||
|
||||
while (currentChar < lastChar)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user