Changeset 23799 for titan/titan/epgscan.h
- Timestamp:
- 09/20/13 10:37:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/epgscan.h
r23267 r23799 319 319 320 320 ret = sscanf(line, "%d#%llu", &newnode->serviceid, &newnode->transponderid); 321 322 321 if(ret != 2) 322 { 323 323 if(count > 0) 324 324 { … … 334 334 335 335 if(getchannel(newnode->serviceid, newnode->transponderid) == NULL) 336 337 338 339 340 336 { 337 err("epgscanlist line %d not ok (channel not found)", count); 338 free(newnode); 339 return NULL; 340 } 341 341 342 342 if(last == NULL)
Note: See TracChangeset
for help on using the changeset viewer.