mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +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:
parent
8b87c14513
commit
f00043998d
1 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue