mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
Fix use of key
This commit is contained in:
parent
b630712d4b
commit
f69aa6faa6
1 changed files with 2 additions and 2 deletions
|
@ -494,7 +494,7 @@ updateScheduledLimits(gpointer data)
|
|||
else
|
||||
{
|
||||
const int begin_time = pref_int_get( PREF_KEY_SCHED_BEGIN );
|
||||
const int end_time = pref_int_get( PREF_KEY_SCHED_BEGIN );
|
||||
const int end_time = pref_int_get( PREF_KEY_SCHED_END );
|
||||
time_t t;
|
||||
struct tm *tm;
|
||||
int cur_time;
|
||||
|
|
Loading…
Reference in a new issue