[mythtv-commits] mythtv branch master updated by gigem. v0.27-pre2-1511-g01ddf54

Git Repo Owner noreply at mythtv.org
Wed Jun 19 19:55:01 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  01ddf54ad9bb7de4285eea173728dff88d58bbfd (commit)
      from  d61b5044c7f83ef55b155f90612e0a5d35348e38 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01ddf54ad9bb7de4285eea173728dff88d58bbfd
Author:    David Engel <dengel at mythtv.org> at Wed, 19 Jun 2013 14:08:21 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 19 Jun 2013 14:08:21 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=01ddf54ad9bb7de4285eea173728dff88d58bbfd

Remove impossible check in DVR service.
Duh, an unsigned can never be less than 0.  In reality, recordid is
used inconsitently as signed and unsigned all over the place, so such
a comparison is not that unusual.  This is mainly because -1 used to
be a special value.  -1 is no longer special so all unsigned uses
should be fixed.  For now, just update the DVR service interface to be
consistenly unsigned.  Should fix coverity 1023887.



-----------------------------------------------------------------------

Summary of changes:
 .../libmythservicecontracts/services/dvrServices.h |    6 +++---
 mythtv/programs/mythbackend/services/dvr.cpp       |    9 +++------
 mythtv/programs/mythbackend/services/dvr.h         |    4 ++--
 3 files changed, 8 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-commits mailing list