Changeset 23968
- Timestamp:
- 09/28/13 17:43:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/epgsearch.h
r23962 r23968 147 147 { 148 148 genre = 0; 149 char* s1 = ostrcat(listbox->select->text, NULL, 0, 0); 150 char* s2 = ostrcat(listbox->select->handle, NULL, 0, 0); 151 char* s3 = ostrcat(listbox->select->handle1, NULL, 0, 0); 149 152 delmarkedscreennodes(epgsearch, 1); 150 searchepg(listbox->select->text, listbox->select->handle, listbox->select->handle1, 3, epgsearch, listbox); 153 searchepg(s1, s2, s3, 3, epgsearch, listbox); 154 free(s1); s1 = NULL; 155 free(s2); s2 = NULL; 156 free(s3); s3 = NULL; 151 157 } 152 158 }
Note: See TracChangeset
for help on using the changeset viewer.