[mythtv-firehose] mythtv/gpu-commflag commit: 4fee6b128 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Mon Mar 19 18:16:35 UTC 2012


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2012-03-14T08:08:48-07:00
   Push Date:  2012/03/19 11:15:58 -0700
  Repository:  mythtv
      Branch:  gpu-commflag
New Revision:  4fee6b128b3b22e4e004716a44d08a193f04bad2
   Changeset:  https://github.com/MythTV/mythtv/commit/4fee6b128

Log:

XML plist serializer: Do not output invalid date/null bytearrays.

The plist parser in Cocoa is really picky and specifies that values
in a dictionary may not be null.  An empty string is okay as it's not
null, it's just an empty string-- but Date cannot be empty.

Do not serialize invalid dates or empty binary data.

Modified:

   mythtv/libs/libmythupnp/serializers/xmlplistSerializer.cpp



More information about the mythtv-firehose mailing list