Changeset 11540


Ignore:
Timestamp:
11/25/11 00:05:32 (12 years ago)
Author:
nit
Message:

test unicable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r11539 r11540  
    12471247       
    12481248        if(node->feunicable == 1)
     1249        {
    12491250                fesetunicable(node);
     1251                char* tmpstr = ostrcat(node->feshortname, "_lnb_satcrfrequ", 0, 0);
     1252                node->feloffrequency = getconfigint(tmpstr, node->feaktnr) * 1000;
     1253                free(tmpstr); tmpstr = NULL;
     1254        }
    12501255
    12511256#if DVB_API_VERSION >= 5
Note: See TracChangeset for help on using the changeset viewer.