mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
(fix) check if found before changing location
This commit is contained in:
@@ -368,7 +368,8 @@
|
||||
r1 = [cleaned_message rangeOfCString: "\r\nBcc: "
|
||||
options: 0
|
||||
range: NSMakeRange(0,limit)];
|
||||
r1.location += 2;
|
||||
if (r1.location != NSNotFound)
|
||||
r1.location += 2;
|
||||
}
|
||||
|
||||
if (r1.location != NSNotFound)
|
||||
|
||||
Reference in New Issue
Block a user