1
0
Fork 0
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:
Mitchell Livingston 2009-04-17 02:36:12 +00:00
parent 8b87c14513
commit f00043998d

View file

@ -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 )
{