Changeset 25018
- Timestamp:
- 08/28/2008 02:44:31 PM (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/adium-1.2/Source/AIMDLogViewerWindowController.m
r18667 r25018 93 93 * Cocoa applications... 94 94 */ 95 CFStringRef logPath = CFURLCopyFileSystemPath(url, kCFURLPOSIXPathStyle); 96 NSArray *pathComponents = [(NSString *)logPath pathComponents]; 95 // CFStringRef logPath = CFURLCopyFileSystemPath(url, kCFURLPOSIXPathStyle); 96 NSString *logPath = [(NSURL *)url path]; 97 NSArray *pathComponents = [(NSString *)logPath pathComponents]; 97 98 98 99 //Don't test for the date now; we'll test once we've found the AIChatLog if we make it that far … … 134 135 } 135 136 136 if (logPath) CFRelease(logPath);137 //if (logPath) CFRelease(logPath); 137 138 if (url) CFRelease(url); 138 139 if (document) CFRelease(document);