[mythtv-commits] mythtv commit: r20558 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu May 14 15:41:17 UTC 2009


      Author: danielk
        Date: 2009-05-14 15:41:16 +0000 (Thu, 14 May 2009)
New Revision: 20558
   Changeset: http://cvs.mythtv.org/trac/changeset/20558

Modified:

   trunk/mythtv/programs/mythfrontend/proglist.cpp

Log:

Fixes #6550. Marc Alban spotted and fixed an O(n) search for the next item in a linked list for each item 1..n in a linked list.. Applied patch that replaces search with an O(1) iterator incrementation.




More information about the mythtv-commits mailing list