Revision: 26822
          http://sourceforge.net/p/bibdesk/svn/26822
Author:   hofman
Date:     2021-09-07 23:02:07 +0000 (Tue, 07 Sep 2021)
Log Message:
-----------
Correct shouldUpdate

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

Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m      2021-09-07 23:01:05 UTC (rev 26821)
+++ trunk/bibdesk/BDSKLinkedFile.m      2021-09-07 23:02:07 UTC (rev 26822)
@@ -574,7 +574,7 @@
             if (aURL != nil) {
                 NSURL *refURL = (NSURL 
*)CFURLCreateFileReferenceURL(kCFAllocatorDefault, (CFURLRef)aURL, NULL);
                 [aURL release];
-                shouldUpdate = shouldUpdate && basePath != nil && aURL != nil;
+                shouldUpdate = shouldUpdate && refURL != nil;
                 if (refURL != nil) {
                     [fileRef release];
                     fileRef = refURL;

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