mirror of
https://github.com/transmission/transmission.git
synced 2026-04-24 19:00:00 +01:00
get mac build compiling again
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#import "ExpandedPathToPathTransformer.h"
|
||||
#import "ExpandedPathToIconTransformer.h"
|
||||
#import "SpeedLimitToTurtleIconTransformer.h"
|
||||
#include "utils.h" //tr_getRatio()
|
||||
//#include "utils.h" //tr_getRatio()
|
||||
|
||||
#import <Sparkle/Sparkle.h>
|
||||
|
||||
@@ -2514,7 +2514,8 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
downloaded += [torrent downloadedTotal];
|
||||
}
|
||||
|
||||
return [NSString stringForRatio: tr_getRatio(uploaded, downloaded)];
|
||||
#warning fix
|
||||
return [NSString stringForRatio: /*tr_getRatio(uploaded, downloaded)*/0];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user