mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Fixed sanitization char skipping and #2936
This commit is contained in:
@@ -313,6 +313,7 @@ static NSCharacterSet *controlCharSet = nil;
|
||||
{
|
||||
if (i+1 < len)
|
||||
{
|
||||
buf++;
|
||||
*(start+j) = *buf;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user