Skip to content

Commit

Permalink
fix(core): don't remove double quotes when parsing versit strings
Browse files Browse the repository at this point in the history
Fixes #3530
  • Loading branch information
cgx committed Jun 29, 2022
1 parent d99aa82 commit ebf032e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SOPE/NGCards/NSString+NGCards.m
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ - (NSArray *) asCardAttributeValues
newCurrentChar = newPart;

isEscaped = NO;
isQuoted = NO;

while (currentChar < lastChar)
{
Expand Down

0 comments on commit ebf032e

Please sign in to comment.