Changeset 30768 for titan/titan/global.h
- Timestamp:
- 10/31/14 20:00:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r30765 r30768 1837 1837 int test = 0; 1838 1838 1839 if(node == NULL) return; //no record 1839 if(node == NULL) 1840 { 1841 setcecstandby(0); 1842 return; //no record 1843 } 1840 1844 1841 1845 while(node != NULL)
Note: See TracChangeset
for help on using the changeset viewer.