Revision: 28281
          http://sourceforge.net/p/bibdesk/svn/28281
Author:   hofman
Date:     2023-06-04 14:37:51 +0000 (Sun, 04 Jun 2023)
Log Message:
-----------
use the correct comparison variable

Modified Paths:
--------------
    trunk/bibdesk/BDSKCondition.m

Modified: trunk/bibdesk/BDSKCondition.m
===================================================================
--- trunk/bibdesk/BDSKCondition.m       2023-06-03 16:21:16 UTC (rev 28280)
+++ trunk/bibdesk/BDSKCondition.m       2023-06-04 14:37:51 UTC (rev 28281)
@@ -256,7 +256,7 @@
             options |= kCFCompareBackwards | kCFCompareAnchored;
         else if (attachmentComparison == BDSKAttachmentStartWith)
             options |= kCFCompareAnchored;
-        BOOL matchReturnValue = (stringComparison != BDSKAttachmentNotContain);
+        BOOL matchReturnValue = (attachmentComparison != 
BDSKAttachmentNotContain);
         CFRange range;
         
         for (NSString *itemValue in itemValues) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to