Changeset 20834


Ignore:
Timestamp:
04/03/13 21:20:50 (11 years ago)
Author:
nit
Message:

[titan] fix opentv longepg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/extepg.h

    r20829 r20834  
    22462246                        {
    22472247                                unsigned short int eventid = 0;
    2248                                 unsigned char   desclen = 0;
     2248                                unsigned char desclen = 0;
    22492249                                unsigned short int packetlen = ((buf[p + 2] & 0x0f) << 8) | buf[p + 3];
    22502250
     
    22562256
    22572257                                char tmpstr[MINMALLOC];
     2258                                memset(tmpstr, 0, MINMALLOC);
    22582259
    22592260                                if(skyhuffmandecode(buf + p + 2, desclen, (unsigned char*)tmpstr, MINMALLOC) != 0)
     
    22642265                                        if(cache != NULL && cache->epgnode != NULL)
    22652266                                        {
     2267                                                ret = 0;
    22662268                                                //tmpstr = stringreplacechar(tmpstr, '\n', ' ');
    22672269
Note: See TracChangeset for help on using the changeset viewer.