mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
update UKKQueue to be 64-bit compatible (although we're still not ready for 64-bits just yet)
This commit is contained in:
@@ -269,8 +269,8 @@ static UKKQueue * gUKKQueueSharedQueueSingleton = nil;
|
||||
|
||||
-(void) removePathFromQueue: (NSString*)path
|
||||
{
|
||||
int index = 0;
|
||||
int fd = -1;
|
||||
NSUInteger index = 0;
|
||||
int fd = -1;
|
||||
|
||||
AT_SYNCHRONIZED( self )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user