1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(trunk libT) fix turtle mode bug introduced in r10093

This commit is contained in:
Charles Kerr 2010-02-05 00:45:49 +00:00
parent 7579a8a5d2
commit c0da8ffb86

View file

@ -1273,8 +1273,8 @@ userPokedTheClock( tr_session * s, struct tr_turtle_info * t )
t->testedAt = 0;
turtleFindNextChange( t );
if( t->isClockEnabled && t->_nextChangeAllowed && !t->_nextChangeValue )
useAltSpeed( s, t, TRUE, TRUE );
if( t->isClockEnabled && t->_nextChangeAllowed )
useAltSpeed( s, t, !t->_nextChangeValue, TRUE );
}
void