Revision: 29006
          http://sourceforge.net/p/bibdesk/svn/29006
Author:   hofman
Date:     2025-02-16 16:33:36 +0000 (Sun, 16 Feb 2025)
Log Message:
-----------
no need to copy

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

Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m      2025-02-16 16:22:01 UTC (rev 29005)
+++ trunk/bibdesk/BDSKLinkedFile.m      2025-02-16 16:33:36 UTC (rev 29006)
@@ -951,7 +951,7 @@
         data = [aURL bookmarkDataWithOptions:0 
includingResourceValuesForKeys:nil relativeToURL:nil error:NULL];
     }
     if (data == nil && [alias isKindOfClass:[NSData class]])
-        data = [alias copy];
+        data = alias;
     
     if (data) {
         *isBookmark = YES;

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

Reply via email to