Changeset 18540


Ignore:
Timestamp:
11/11/12 14:59:19 (11 years ago)
Author:
nit
Message:

[titan] update epg only if version greater and endtime >= akttime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epg.h

    r18535 r18540  
    744744        }
    745745
     746        if(epgnode->version >= version) return epgnode;
     747        if(endtime <= time(NULL)) return epgnode;
     748
    746749        if(flag == 0) m_lock(&status.epgmutex, 4);
    747750
Note: See TracChangeset for help on using the changeset viewer.