Revision: 28717
          http://sourceforge.net/p/bibdesk/svn/28717
Author:   hofman
Date:     2024-02-09 17:22:43 +0000 (Fri, 09 Feb 2024)
Log Message:
-----------
fix c-array type

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCGImageDescription.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCGImageDescription.m    
2024-02-09 16:54:32 UTC (rev 28716)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCGImageDescription.m    
2024-02-09 17:22:43 UTC (rev 28717)
@@ -174,7 +174,7 @@
             _colorSpaceDescription = [aDecoder 
decodeObjectForKey:@"_colorSpaceDescription"];
             
             NSUInteger len;
-            const uint8_t dataBytes = [aDecoder 
decodeBytesForKey:@"_bitmapData" returnedLength:&len];
+            const uint8_t *dataBytes = [aDecoder 
decodeBytesForKey:@"_bitmapData" returnedLength:&len];
             UInt8 *data = NULL;
             if (len > 0) {
                 data = (UInt8 *)CFAllocatorAllocate(FVAllocatorGetDefault(), 
len * sizeof(UInt8), 0);

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