Revision: 18629
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18629&view=rev
Author: hofman
Date: 2012-05-17 17:09:02 +0000 (Thu, 17 May 2012)
Log Message:
-----------
use correct format specifier
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m 2012-05-17
16:55:41 UTC (rev 18628)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m 2012-05-17
17:09:02 UTC (rev 18629)
@@ -82,7 +82,7 @@
_maxWebViews = 5;
}
else if ([maxViews integerValue] > 50) {
- FVLog(@"Limiting number of webviews to 50
(FVWebIconMaximumNumberOfWebViews = %ld)", (long)maxViews);
+ FVLog(@"Limiting number of webviews to 50
(FVWebIconMaximumNumberOfWebViews = %@)", maxViews);
_maxWebViews = 50;
}
else if ([maxViews integerValue] >= 0) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit