die nslog!

This commit is contained in:
Mitchell Livingston
2006-11-20 01:44:21 +00:00
parent 6047380d7a
commit 49399c27f8

View File

@@ -490,7 +490,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
} }
- (void) download: (NSURLDownload *) download decideDestinationWithSuggestedFilename: (NSString *) suggestedName - (void) download: (NSURLDownload *) download decideDestinationWithSuggestedFilename: (NSString *) suggestedName
{NSLog(suggestedName); {
if ([[suggestedName pathExtension] caseInsensitiveCompare: @"torrent"] != NSOrderedSame) if ([[suggestedName pathExtension] caseInsensitiveCompare: @"torrent"] != NSOrderedSame)
{ {
[download cancel]; [download cancel];