Changeset 10155


Ignore:
Timestamp:
Feb 10, 2010, 4:42:34 AM (13 years ago)
Author:
charles
Message:

(trunk libT) try to fix the mac build. This commit still has the announce logging code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/announcer.c

    r10153 r10155  
    867867{
    868868    assert( tier != NULL );
    869     assert( event != NULL );
     869    assert( announceEvent != NULL );
    870870
    871871    tr_ptrArrayAppend( &tier->announceEvents, (void*)announceEvent );
     
    14121412
    14131413    assert( tier != NULL );
    1414     assert( tier->announceEvent != NULL );
    14151414    assert( tr_isTorrent( tier->tor ) );
    14161415
    1417     /* rule #1: if there's a "stopped" in the queue, ignore everything before it */
     1416    /* rule #1: if "stopped" is in the queue, ignore everything before it */
    14181417    events = (char**) tr_ptrArrayPeek( &tier->announceEvents, &n );
    14191418    for( i=0; pos<0 && i<n; ++i )
Note: See TracChangeset for help on using the changeset viewer.