mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
update release notes; trivial changes
This commit is contained in:
@@ -552,7 +552,7 @@ void completenessChangeCallback(tr_torrent * torrent, tr_completeness status, vo
|
||||
: [fileManager fileSystemAttributesAtPath: downloadFolder];
|
||||
uint64_t remainingSpace = [[systemAttributes objectForKey: NSFileSystemFreeSize] unsignedLongLongValue];
|
||||
|
||||
//if the size left is less then remaining space, then there is enough space regardless of preallocation
|
||||
//if the remaining space is greater than the size left, then there is enough space regardless of preallocation
|
||||
if (remainingSpace < [self sizeLeft] && remainingSpace < tr_torrentGetBytesLeftToAllocate(fHandle))
|
||||
{
|
||||
NSAlert * alert = [[NSAlert alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user