Changeset 44198
- Timestamp:
- 10/18/19 23:35:20 (3 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r44165 r44198 2629 2629 char* realname = gethypridtunerchoicesvaluename(tuner->devnr, value); 2630 2630 char* tmpstr = NULL; 2631 struct dvb_frontend_info* feinfo = NULL; 2631 2632 2632 2633 if(tuner->fd == -1) … … 2722 2723 { 2723 2724 printf("fe set property value %s data %d ... RC:%i\n", value, p[1].u.data, ret); 2725 feinfo = fegetinfo(NULL, tuner->fd); 2726 if(feinfo != NULL) 2727 { 2728 free(tuner->feinfo); 2729 tuner->feinfo = NULL; 2730 tuner-feinfo = feinfo; 2731 } 2732 2724 2733 } 2725 2734 -
titan/titan/multiboot.h
r44197 r44198 13 13 14 14 printf("----> imagedir: %s\n", imagedir); 15 if(cmpfilenameext(imagedir, " zip") == 0)15 if(cmpfilenameext(imagedir, ".zip") == 0) 16 16 { 17 17 command = ostrcat("unzip ", imagedir, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.