(fix) check if found before changing location

This commit is contained in:
Ludovic Marcotte
2017-04-06 14:24:25 -04:00
parent f83d6a20a1
commit b9f4947f8a
+2 -1
View File
@@ -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)