Revision: 26802
          http://sourceforge.net/p/bibdesk/svn/26802
Author:   hofman
Date:     2021-09-05 08:30:26 +0000 (Sun, 05 Sep 2021)
Log Message:
-----------
Fix type of variables

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m     2021-09-05 
06:30:25 UTC (rev 26801)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m     2021-09-05 
08:30:26 UTC (rev 26802)
@@ -171,9 +171,9 @@
         rv = CFBooleanGetValue(flag);
         CFRelease(flag);
     }
-    CFTypeID volumeID = NULL;
+    CFTypeRef volumeID = NULL;
     if (rv == false && CFURLCopyResourcePropertyForKey((CFURLRef)fileURL, 
kCFURLVolumeIdentifierKey, &volumeID, NULL) && volumeID) {
-        CFTypeID otherVolumeID = NULL;
+        CFTypeRef otherVolumeID = NULL;
         if (CFURLCopyResourcePropertyForKey((CFURLRef)[NSURL 
fileURLWithPath:NSOpenStepRootDirectory()], kCFURLVolumeIdentifierKey, 
&otherVolumeID, NULL) && otherVolumeID) {
             rv = CFEqual(volumeID, otherVolumeID);
             CFRelease(otherVolumeID);

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