Revision: 25407
http://sourceforge.net/p/bibdesk/svn/25407
Author: hofman
Date: 2021-01-15 23:38:45 +0000 (Fri, 15 Jan 2021)
Log Message:
-----------
type cast returned pointer
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m 2021-01-15
23:38:03 UTC (rev 25406)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m 2021-01-15
23:38:45 UTC (rev 25407)
@@ -391,7 +391,7 @@
else
_fullSize = NSMakeSize(NSHeight(pageRect) * FVDefaultScale,
NSWidth(pageRect) * FVDefaultScale);
- _FVDocumentDescription *desc = NSZoneMalloc(NULL,
sizeof(_FVDocumentDescription));
+ _FVDocumentDescription *desc = (_FVDocumentDescription
*)NSZoneMalloc(NULL, sizeof(_FVDocumentDescription));
desc->_pageCount = _isLocked ? 0 : _pageCount;
desc->_fullSize = _fullSize;
pthread_mutex_lock(&_descriptionLock);
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