[mythtv-commits] [MythTV/mythtv] 66573a: Fix two logging relay functions to use QString::va...

David Hampton noreply at github.com
Wed Jun 15 20:09:15 UTC 2022


  Branch: refs/heads/fixes/32
  Home:   https://github.com/MythTV/mythtv
  Commit: 66573a3f9b95bd6b218e363da2eac76738f990c4
      https://github.com/MythTV/mythtv/commit/66573a3f9b95bd6b218e363da2eac76738f990c4
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/avfdecoder.cpp
    M mythtv/programs/mythtranscode/mpeg2fix.cpp

  Log Message:
  -----------
  Fix two logging relay functions to use QString::vasprintf.

The code now calls QString::vasprintf, and not QString::asprintf like
it did in the prior version.

Refs #581




More information about the mythtv-commits mailing list