Revision: 24849
          http://sourceforge.net/p/bibdesk/svn/24849
Author:   hofman
Date:     2020-06-17 14:33:08 +0000 (Wed, 17 Jun 2020)
Log Message:
-----------
don't check empty value first, this is done implicitly

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2020-06-17 14:27:37 UTC (rev 24848)
+++ trunk/bibdesk/BibItem.m     2020-06-17 14:33:08 UTC (rev 24849)
@@ -3257,10 +3257,6 @@
                return groupSet;
 
        // otherwise build it if we have a value
-    NSString *value = [[self stringValueOfField:field] expandedString];
-    if([NSString isEmptyString:value])
-        return [NSSet set];
-       
        NSMutableSet *mutableGroupSet;
        
     if([field isPersonField]){

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