Changeset 30768 for titan/titan/global.h


Ignore:
Timestamp:
10/31/14 20:00:53 (9 years ago)
Author:
gost
Message:

[titan] fix cec when no timer record

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r30765 r30768  
    18371837        int test = 0;
    18381838       
    1839         if(node == NULL) return; //no record
     1839        if(node == NULL)
     1840        {
     1841                setcecstandby(0);
     1842                return;                                                 //no record
     1843        }
    18401844
    18411845        while(node != NULL)
Note: See TracChangeset for help on using the changeset viewer.