Skip to content

Commit

Permalink
Initialize oldrecstatus in ProgramInfo::clear().
Browse files Browse the repository at this point in the history
Should fix Coverity 700802, 700803, 700804, and 700805.
  • Loading branch information
stichnot committed May 30, 2013
1 parent 746ca44 commit be0385d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmyth/programinfo.cpp
Expand Up @@ -1130,6 +1130,7 @@ void ProgramInfo::clear(void)
lastInUseTime = startts.addSecs(-4 * 60 * 60);

recstatus = rsUnknown;
oldrecstatus = rsUnknown;

prefinput = 0;
recpriority2 = 0;
Expand Down

0 comments on commit be0385d

Please sign in to comment.