[mythtv-firehose] mythtv/master commit: 2ca486e19 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Mon Jun 6 07:27:50 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-06-06T00:22:41-07:00
   Push Date:  2011/06/06 00:27:42 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  2ca486e1903043ab50dd1740d66226b33b29f7da
   Changeset:  https://github.com/MythTV/mythtv/commit/2ca486e19

Log:

Fix crash on getting filesystem usage

I'm not sure why this didn't crash before the recent FilySystemInfo changes,
but for sure it does with.  We were reading the wrong number of iterators,
causing the toInt() to be called on non-ints, causing fun.  Also, on the last
loop, we'd be reading from iterators not in the list as we were out of whack.

Modified:

   mythtv/programs/mythbackend/mainserver.cpp



More information about the mythtv-firehose mailing list