Revision: 29354
http://sourceforge.net/p/bibdesk/svn/29354
Author: hofman
Date: 2025-07-24 15:55:56 +0000 (Thu, 24 Jul 2025)
Log Message:
-----------
delimit bitmap &
Modified Paths:
--------------
trunk/bibdesk/NSString_BDSKExtensions.m
Modified: trunk/bibdesk/NSString_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSString_BDSKExtensions.m 2025-07-24 15:53:52 UTC (rev
29353)
+++ trunk/bibdesk/NSString_BDSKExtensions.m 2025-07-24 15:55:56 UTC (rev
29354)
@@ -992,7 +992,7 @@
if (range.location != NSNotFound) {
if ((range.location == 0 || [nonWordCharacters characterIsMember:[self
characterAtIndex:range.location]]) && (NSMaxRange(range) == [self length] ||
[nonWordCharacters characterIsMember:[self
characterAtIndex:NSMaxRange(range)]]))
return range;
- if (mask & NSAnchoredSearch)
+ if ((mask & NSAnchoredSearch))
return NSMakeRange(NSNotFound, 0);
if ((mask & NSBackwardsSearch) == 0) {
if (NSMaxRange(searchRange) <= NSMaxRange(range) + [searchString
length])
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit