Changeset 44597
- Timestamp:
- 01/24/20 17:34:32 (3 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r44595 r44597 6687 6687 value = ostrcat(value, "c", 1, 0); 6688 6688 } 6689 if(ostrstr(tmpstr1, "(T 2/C)") != NULL)6689 if(ostrstr(tmpstr1, "(T/T2/C)") != NULL) 6690 6690 { 6691 6691 value = ostrcat("t", "\n", 0, 0); … … 6776 6776 value = ostrcat(value, "DVB-C", 1, 0); 6777 6777 } 6778 if(ostrstr(tmpstr1, "(T 2/C)") != NULL)6778 if(ostrstr(tmpstr1, "(T/T2/C)") != NULL) 6779 6779 { 6780 6780 value = ostrcat("DVB-T", "\n", 0, 0); -
titan/titan/titan.c
r44512 r44597 668 668 669 669 fbctuner = 0; 670 char* hypridtunerchoices = getconfig("hypridtunerchoices", NULL);670 char* hypridtunerchoices = ostrcat(getconfig("hypridtunerchoices", NULL), NULL, 0, 0); 671 671 if(hypridtunerchoices == NULL) 672 672 {
Note: See TracChangeset
for help on using the changeset viewer.