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:
parent
7579a8a5d2
commit
c0da8ffb86
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue