Revision: 14010
          http://sourceforge.net/p/skim-app/code/14010
Author:   hofman
Date:     2024-01-07 18:03:47 +0000 (Sun, 07 Jan 2024)
Log Message:
-----------
use objc for logging method

Modified Paths:
--------------
    trunk/Skim_Prefix.pch

Modified: trunk/Skim_Prefix.pch
===================================================================
--- trunk/Skim_Prefix.pch       2024-01-03 10:41:05 UTC (rev 14009)
+++ trunk/Skim_Prefix.pch       2024-01-07 18:03:47 UTC (rev 14010)
@@ -9,8 +9,7 @@
     #import "SKCompatibility.h"
     #import <tgmath.h>
 
-    #define __SKFILENAMEASNSSTRING \
-      [(NSString 
*)CFBridgingRelease(CFStringCreateWithFileSystemRepresentation(NULL, __FILE__)) 
lastPathComponent]
+    #define __SKFILENAMEASNSSTRING [[NSString 
stringWithFileSystemRepresentation:__FILE__] lastPathComponent]
 
     #if defined (DEBUG)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to