Changeset 41355 for titan/titan/global.h
- Timestamp:
- 12/06/17 19:54:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r41054 r41355 6547 6547 #endif 6548 6548 6549 #if defined DTV_ENUM_DELSYS 6550 if(file_exist(getconfig("tempnim", NULL)) == 1) 6551 hypridtunerchoices = getconfig("tempnim", NULL); 6552 else 6553 #endif 6549 6554 6550 6555 hypridtunerchoices = getconfig("hypridtunerchoices", NULL); … … 6610 6615 #endif 6611 6616 6612 hypridtunerchoices = getconfig("hypridtunerchoices", NULL); 6617 #if defined DTV_ENUM_DELSYS 6618 if(file_exist(getconfig("tempnim", NULL)) == 1) 6619 hypridtunerchoices = getconfig("tempnim", NULL); 6620 else 6621 #endif 6622 6623 hypridtunerchoices = getconfig("hypridtunerchoices", NULL); 6613 6624 6614 6625 if(hypridtunerchoices == NULL) … … 6686 6697 #ifdef MIPSEL 6687 6698 char* hypridtunerchoices = NULL, *tmpstr = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *start = NULL; 6699 6700 #if defined DTV_ENUM_DELSYS 6701 if(file_exist(getconfig("tempnim", NULL)) == 1) 6702 hypridtunerchoices = getconfig("tempnim", NULL); 6703 else 6704 #endif 6688 6705 6689 6706 hypridtunerchoices = getconfig("hypridtunerchoices", NULL); … … 6747 6764 } 6748 6765 6749 if(fechangetype(tuner, value) == 0)6766 if(fechangetype(tuner, value) == 1) 6750 6767 { 6751 6768 if(getconfigint("need_delivery_system_workaround" , NULL) == 1) … … 6766 6783 else 6767 6784 printf("Hinweis -> hypridtuner workaround NOT active\n"); 6768 }6769 6770 addconfig(tmpstr, value);6785 6786 addconfig(tmpstr, value); 6787 } 6771 6788 free(tmpstr), tmpstr = NULL; 6772 6789 … … 6920 6937 { 6921 6938 char* hypridtunerchoices = NULL, *value = NULL, *tmpstr = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *start = NULL; 6939 6940 #if defined DTV_ENUM_DELSYS 6941 if(file_exist(getconfig("tempnim", NULL)) == 1) 6942 hypridtunerchoices = getconfig("tempnim", NULL); 6943 else 6944 #endif 6922 6945 6923 6946 hypridtunerchoices = getconfig("hypridtunerchoices", NULL);
Note: See TracChangeset
for help on using the changeset viewer.