[mythtv-commits] Ticket #11104: SET_BOOKMARK still expects 5 tokens (4 parameters)

MythTV noreply at mythtv.org
Sat Jul 20 14:47:50 UTC 2013


#11104: SET_BOOKMARK still expects 5 tokens (4 parameters)
------------------------------+--------------------------------------------
 Reporter:  fetzer.ch@…       |          Owner:  Raymond Wagner <rwagner@…>
     Type:  Bug Report -      |         Status:  closed
  General                     |      Milestone:  unknown
 Priority:  minor             |        Version:  Master Head
Component:  MythTV - General  |     Resolution:  fixed
 Severity:  low               |  Ticket locked:  0
 Keywords:                    |
------------------------------+--------------------------------------------
Changes (by Raymond Wagner <rwagner@…>):

 * owner:   => Raymond Wagner <rwagner@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"a8722faea68e8f7d2bb12f31bf78d6bc272dbdde/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="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
 }}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11104#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list