[mythtv-commits] mythtv/master commit: a4c9072a3 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Wed Dec 21 11:38:13 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-12-21T03:35:02-08:00
   Push Date:  2011/12/21 03:37:55 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  a4c9072a3371212cf47e912bbf7bd24a700d5d8b
   Changeset:  https://github.com/MythTV/mythtv/commit/a4c9072a3

Log:

Fix a 32-bit compilation issue with dtvrecorder.cpp

Manifested itself as the following error on my system:

	"error: integer constant is too large for ‘long’ type"

Also reported to be an issue for some when compiling for
Windows.

Fixes #10220 using 'LL' instead of the included patch since we
use 'LL' elsewhere.

Modified:

   mythtv/libs/libmythtv/dtvrecorder.cpp



More information about the mythtv-commits mailing list