From a463c12bdec913a11c3e6d129e0d52328d526c4c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 19 Apr 2007 06:05:32 +0000 Subject: [PATCH] expand incomplete folder path --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 54434c0a7..2927d5e49 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -80,7 +80,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 if (self) { fUseIncompleteFolder = [fDefaults boolForKey: @"UseIncompleteDownloadFolder"]; - fIncompleteFolder = [[fDefaults stringForKey: @"IncompleteDownloadFolder"] copy]; + fIncompleteFolder = [[[fDefaults stringForKey: @"IncompleteDownloadFolder"] stringByExpandingTildeInPath] retain]; if (!fPublicTorrent) [self trashFile: path];