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

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

Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m      2025-11-22 19:05:39 UTC (rev 29886)
+++ trunk/bibdesk/BDSKLinkedFile.m      2025-11-22 19:17:39 UTC (rev 29887)
@@ -579,7 +579,7 @@
 }
 
 - (void)updateAliasWithBaseRef:(FSRef *)baseRef {
-    BDSKASSERT(fileRef != nil);
+    BDSKASSERT(fileRef != NULL);
     BDSKASSERT(baseRef != NULL);
     
     // update the alias

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