Changeset 24010
- Timestamp:
- 09/30/13 18:51:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/epgsearch.h
r24001 r24010 11 11 struct skin* tmp = NULL; 12 12 struct tm *loctime = NULL; 13 time_t akttime = time(NULL) + 10800;13 time_t akttime = time(NULL) + 7200; 14 14 15 15 if(search == NULL || strlen(search) < 2) return 1;
Note: See TracChangeset
for help on using the changeset viewer.