mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
Fix for bug #2434
This commit is contained in:
@@ -262,7 +262,7 @@ static NSData* _sanitizeContent(NSData *theData)
|
||||
buf = malloc((j+1) * sizeof(char));
|
||||
memset (buf, 0, j+1);
|
||||
memcpy (buf, bytes, j);
|
||||
found_tag = [NSString stringWithCString: buf encoding: NSASCIIStringEncoding];
|
||||
found_tag = [NSString stringWithCString: buf encoding: NSUTF8StringEncoding];
|
||||
|
||||
tags = [VoidTags objectEnumerator];
|
||||
tag = [tags nextObject];
|
||||
|
||||
Reference in New Issue
Block a user