mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 13:43:22 +00:00
Fixed bug with URL matching
Monotone-Parent: dac2c88734449dfb2523709ee6ad66d821245e35 Monotone-Revision: d6350865052ebcebfd9ec06ba135608c73b7c53f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-30T19:09:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
{
|
||||
currentRange = [currentRangePtr pointerValue];
|
||||
if (NSLocationInRange (testRange.location, *currentRange)
|
||||
|| NSLocationInRange (NSMaxRange (testRange), *currentRange))
|
||||
|| NSLocationInRange (currentRange->location, testRange))
|
||||
response = YES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user