Revision: 29886
          http://sourceforge.net/p/bibdesk/svn/29886
Author:   hofman
Date:     2025-11-22 19:05:39 +0000 (Sat, 22 Nov 2025)
Log Message:
-----------
return nil instead of NULL

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

Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m      2025-11-22 19:02:32 UTC (rev 29885)
+++ trunk/bibdesk/BDSKLinkedFile.m      2025-11-22 19:05:39 UTC (rev 29886)
@@ -1003,7 +1003,7 @@
 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
 
 static inline NSURL *BDSKURLFromFSRef(const FSRef *inRef) {
-    return inRef == NULL ? NULL : CFBridgingRelease(CFURLCreateFromFSRef(NULL, 
inRef));
+    return inRef == NULL ? nil : CFBridgingRelease(CFURLCreateFromFSRef(NULL, 
inRef));
 }
 
 static const FSRef *BDSKBaseRefIfOnSameVolume(const FSRef *inBaseRef, const 
FSRef *inRef) {

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