- Timestamp:
- Sep 28, 2006, 4:50:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r946 r948 427 427 NSLog(@"Torrent remaining size: %qu", torrentRemaining); 428 428 429 if (remainingSpace - torrentRemaining <= 10240.0)429 if (remainingSpace <= torrentRemaining) 430 430 { 431 431 NSAlert * alert = [[NSAlert alloc] init];
Note: See TracChangeset
for help on using the changeset viewer.