Revision: 24455
          http://sourceforge.net/p/bibdesk/svn/24455
Author:   hofman
Date:     2019-12-11 15:29:20 +0000 (Wed, 11 Dec 2019)
Log Message:
-----------
use correct array

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

Modified: trunk/bibdesk/BDSKPRISMParser.m
===================================================================
--- trunk/bibdesk/BDSKPRISMParser.m     2019-12-11 15:01:46 UTC (rev 24454)
+++ trunk/bibdesk/BDSKPRISMParser.m     2019-12-11 15:29:20 UTC (rev 24455)
@@ -87,7 +87,7 @@
         [authors addObjectsFromArray:getProperties(node, @"dc:contributor")];
         if ([authors count] == 0)
             [authors addObjectsFromArray:getProperties(node, @"author")];
-        if ([array count])
+        if ([authors count])
             [pubDict setObject:[[[authors componentsJoinedByString:@", "] 
componentsSeparatedByString:@", "] componentsJoinedByString:@" and "] 
forKey:BDSKAuthorString];
         
         if ((array = getProperties(node, @"dc:title")) ||

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