mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-21 09:26:23 +00:00
(fix) make sure found tag is always defined
This commit is contained in:
@@ -267,7 +267,7 @@ static NSData* _sanitizeContent(NSData *theData)
|
||||
|
||||
tags = [VoidTags objectEnumerator];
|
||||
tag = [tags nextObject];
|
||||
while (tag)
|
||||
while (tag && found_tag)
|
||||
{
|
||||
if ([tag caseInsensitiveCompare: found_tag] == NSOrderedSame)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user