Skip to content

Commit

Permalink
Fix compile warning introduced by ae82a5a
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettpeter committed Nov 1, 2019
1 parent 8ae1c0b commit ed04214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/scheduler.h
Expand Up @@ -281,7 +281,7 @@ class Scheduler : public MThread, public MythScheduler

QDateTime m_lastPrepareTime;
// Delay shutdown util this time (ms since epoch);
uint64_t m_delayShutdownTime {0};
int64_t m_delayShutdownTime {0};

OpenEndType m_openEnd;

Expand Down

0 comments on commit ed04214

Please sign in to comment.