[mythtv-commits] mythtv/master commit: 5c8b326f9 by Stuart Morgan (stuartm)

MythTV noreply at mythtv.org
Sun Jan 16 14:40:40 UTC 2011


      Author:  Stuart Morgan <smorgan at mythtv.org>
 Change Date:  2011-01-16T06:38:20-08:00
   Push Date:  2011/01/16 06:40:37 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  5c8b326f90b971901804c4d2163194022ade9331
   Changeset:  https://github.com/MythTV/mythtv/commit/5c8b326f9

Log:

Don't convert these strings to Utf8 before comparison, they should already have been converted to Unicode by the QT mysql driver. This sort of conversion isn't strictly legal for QString anyway, it's not a simple byte array, it expects to be holding a unicode encoded string.

Modified:

   mythplugins/mythmusic/mythmusic/filescanner.cpp



More information about the mythtv-commits mailing list