Revision: 16147
http://sourceforge.net/p/skim-app/code/16147
Author: hofman
Date: 2026-04-02 14:22:57 +0000 (Thu, 02 Apr 2026)
Log Message:
-----------
compare to correct mod date
Modified Paths:
--------------
trunk/SKMainDocument.m
Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m 2026-04-02 14:17:27 UTC (rev 16146)
+++ trunk/SKMainDocument.m 2026-04-02 14:22:57 UTC (rev 16147)
@@ -1359,7 +1359,7 @@
static NSDate *fileModificationDate(NSURL *fileURL) {
NSDate *modDate = nil;
- [fileURL getResourceValue:&modDate
forKey:NSURLAttributeModificationDateKey error:NULL];
+ [fileURL getResourceValue:&modDate forKey:NSURLContentModificationDateKey
error:NULL];
return modDate;
}
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