mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
More win32 portability fixes. we now talk to tracker & peers; hash checks work, downloads seem to work. w00t
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
static tr_lock_t * messageLock = NULL;
|
||||
static int messageLevel = 0;
|
||||
static int messageQueuing = 0;
|
||||
static int messageQueuing = FALSE;
|
||||
static tr_msg_list_t * messageQueue = NULL;
|
||||
static tr_msg_list_t ** messageQueueTail = &messageQueue;
|
||||
|
||||
@@ -160,6 +160,7 @@ void tr_msg( int level, char * msg, ... )
|
||||
{
|
||||
vfprintf( stderr, msg, args1 );
|
||||
fputc( '\n', stderr );
|
||||
fflush( stderr );
|
||||
}
|
||||
va_end( args1 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user