[mythtv-commits] [MythTV/mythtv] c6a7cf: Change the time value conversion in function wait_...

kmdewaal noreply at github.com
Fri Mar 1 22:12:07 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: c6a7cf18786669b67a49d5b4aeae63ebdadd2a40
      https://github.com/MythTV/mythtv/commit/c6a7cf18786669b67a49d5b4aeae63ebdadd2a40
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-03-01 (Fri, 01 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dvbchannel.cpp

  Log Message:
  -----------
  Change the time value conversion in function wait_for_backend.
The time is converted from milliseconds to a struct timeval in seconds and microseconds.
However, only the microseconds are computed and the number of seconds is set to zero.
This is only correct for time values up to 999 milliseconds.
The modified time computation also computes the number of seconds.

Fixes #13392

Signed-off-by: Klaas de Waal <kdewaal at mythtv.org>




More information about the mythtv-commits mailing list