diff -r ce9c83f7ec14 -r 5cab3034d3a1 FileAlias.m --- a/FileAlias.m Sun Jul 13 10:45:42 2008 -0700 +++ b/FileAlias.m Wed Sep 02 08:41:25 2009 -0700 @@ -33,7 +33,7 @@ } if( ! CheckOSErr(err,error) ) { - Warn(@"FileAlias init failed with OSStatus %i",err); + Warn(@"FileAlias init failed with OSStatus %i for %@",err,targetPath); [self release]; return nil; } @@ -74,7 +74,7 @@ self = [super init]; if( self ) { - Handle handle; + Handle handle = NULL; unsigned length; const void *bytes = [arch decodeBytesForKey:@"aliasHandle" returnedLength: &length]; if( bytes )