Revision: 14011
          http://sourceforge.net/p/skim-app/code/14011
Author:   hofman
Date:     2024-01-10 00:12:49 +0000 (Wed, 10 Jan 2024)
Log Message:
-----------
revert getting filename for logging

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

Modified: trunk/Skim_Prefix.pch
===================================================================
--- trunk/Skim_Prefix.pch       2024-01-07 18:03:47 UTC (rev 14010)
+++ trunk/Skim_Prefix.pch       2024-01-10 00:12:49 UTC (rev 14011)
@@ -9,7 +9,7 @@
     #import "SKCompatibility.h"
     #import <tgmath.h>
 
-    #define __SKFILENAMEASNSSTRING [[NSString 
stringWithFileSystemRepresentation:__FILE__] lastPathComponent]
+    #define __SKFILENAMEASNSSTRING [(NSString 
*)CFBridgingRelease(CFStringCreateWithFileSystemRepresentation(NULL, __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