Changeset 44597


Ignore:
Timestamp:
01/24/20 17:34:32 (3 years ago)
Author:
obi
Message:

fix hyprid sh4

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r44595 r44597  
    66876687                value = ostrcat(value, "c", 1, 0);
    66886688        }
    6689         if(ostrstr(tmpstr1, "(T2/C)") != NULL)
     6689        if(ostrstr(tmpstr1, "(T/T2/C)") != NULL)
    66906690        {
    66916691                value = ostrcat("t", "\n", 0, 0);
     
    67766776                value = ostrcat(value, "DVB-C", 1, 0);
    67776777        }
    6778         if(ostrstr(tmpstr1, "(T2/C)") != NULL)
     6778        if(ostrstr(tmpstr1, "(T/T2/C)") != NULL)
    67796779        {
    67806780                value = ostrcat("DVB-T", "\n", 0, 0);
  • titan/titan/titan.c

    r44512 r44597  
    668668       
    669669        fbctuner = 0;
    670         char* hypridtunerchoices = getconfig("hypridtunerchoices", NULL);
     670        char* hypridtunerchoices = ostrcat(getconfig("hypridtunerchoices", NULL), NULL, 0, 0);
    671671        if(hypridtunerchoices == NULL)
    672672        {
Note: See TracChangeset for help on using the changeset viewer.