Revision: 28210
          http://sourceforge.net/p/bibdesk/svn/28210
Author:   hofman
Date:     2023-04-07 13:54:15 +0000 (Fri, 07 Apr 2023)
Log Message:
-----------
use %ld rather than %li

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

Modified: trunk/bibdesk/BDSKFontWell.m
===================================================================
--- trunk/bibdesk/BDSKFontWell.m        2023-04-07 13:50:21 UTC (rev 28209)
+++ trunk/bibdesk/BDSKFontWell.m        2023-04-07 13:54:15 UTC (rev 28210)
@@ -180,7 +180,7 @@
 - (void)fontChanged {
     if ([self isActive])
         [[NSFontManager sharedFontManager] setSelectedFont:[self font] 
isMultiple:NO];
-    [self setTitle:[NSString stringWithFormat:@"%@ %li", [[self font] 
localizedFontName], (long)[self fontSize]]];
+    [self setTitle:[NSString stringWithFormat:@"%@ %ld", [[self font] 
localizedFontName], (long)[self fontSize]]];
     [self setNeedsDisplay:YES];
 }
 

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