mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 18:11:31 +00:00
2008-02-10 23:53-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Framework/PCEditorManager.m: Corrected problem with call to NSLog(..) which was causing a crash. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@26050 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
87bc0ef57b
commit
171bf04b12
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ NSString *PCEditorDidResignActiveNotification =
|
|||
// Determine if file not exist or file is directory
|
||||
if (![fm fileExistsAtPath:filePath isDirectory:&isDir] || isDir)
|
||||
{
|
||||
NSLog(@"%@ doesn't exist!");
|
||||
NSLog(@"%@ doesn't exist!",filePath);
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue