Revision: 2779
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2779&view=rev
Author:   hofman
Date:     2007-08-30 05:15:29 -0700 (Thu, 30 Aug 2007)

Log Message:
-----------
Can't initialize an fsref?

Modified Paths:
--------------
    trunk/SKApplicationController.m

Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m     2007-08-30 12:04:37 UTC (rev 2778)
+++ trunk/SKApplicationController.m     2007-08-30 12:15:29 UTC (rev 2779)
@@ -363,7 +363,7 @@
         pathDict = CFDictionaryCreateMutable(NULL, 3, NULL, 
&kCFTypeDictionaryValueCallBacks);
     
     NSString *path = (NSString *)CFDictionaryGetValue(pathDict, (void 
*)domain);
-    FSRef foundRef = NULL;
+    FSRef foundRef;
     OSStatus err = noErr;
     
     if (path == nil || (create && [[NSFileManager defaultManager] 
fileExistsAtPath:path] == NO)) {


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to