[mythtv-commits] mythtv/master commit: fdfd49d09 by Daniel Kristjansson (daniel-kristjansson)

MythTV noreply at mythtv.org
Wed Aug 24 19:03:35 UTC 2011


      Author:  Daniel Kristjansson <danielk at cuymedia.net>
 Change Date:  2011-08-24T12:03:13-07:00
   Push Date:  2011/08/24 12:03:27 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  fdfd49d09111f5dfda37749a1d0f0ee86195229a
   Changeset:  https://github.com/MythTV/mythtv/commit/fdfd49d09

Log:

Seed qsrand() in every thread. qrand() uses thread local storage for it's seed so if we want to see something that looks random on windows where we use qrand() we need to initialize it for each thread.

Modified:

   mythtv/libs/libmythbase/mthread.cpp



More information about the mythtv-commits mailing list