1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00

Revert r6688 (this was no bug)

This commit is contained in:
Mukund Sivaraman 2008-09-03 08:24:42 +00:00
parent ad04ad0d3d
commit f4507dd8c7

View file

@ -503,7 +503,7 @@ updateScheduledLimits(gpointer data)
tm = localtime (&t);
cur_time = (tm->tm_hour * 60) + tm->tm_min;
if( end_time <= begin_time )
if( end_time >= begin_time )
{
if( (cur_time >= begin_time) && (cur_time <= end_time) )
in_sched_state = TRUE;