[mythtv-commits] mythtv branch master updated by wagnerrp. v0.27-pre2-1977-ga8722fa

Git Repo Owner noreply at mythtv.org
Sat Jul 20 14:47:46 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  a8722faea68e8f7d2bb12f31bf78d6bc272dbdde (commit)
      from  7595f0034a7f4d400a9463fd499934d55a1ab3ea (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 a8722faea68e8f7d2bb12f31bf78d6bc272dbdde
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 20 Jul 2013 10:36:59 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 20 Jul 2013 10:36:59 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a8722faea68e8f7d2bb12f31bf78d6bc272dbdde

Correct sanity check on SET_BOOKMARK protocol command
The SET_BOOKMARK backend protocol command performed a sanity check to
ensure there were four arguments (plus command) sent to it, however
after 1508085e, two of the arguments denoting a 64-bit value were merged
to a single argument, and it only used three.  This updates the sanity
check to match.

A brief search does not so any instance of this actually being used int
the code, so this does not merit updating the protocol version.

Fixes #11104



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

Summary of changes:
 mythtv/programs/mythbackend/mainserver.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list