Changeset 26124


Ignore:
Timestamp:
02/12/14 18:39:43 (10 years ago)
Author:
gost
Message:

[titan] add debug 200 messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/dvb.h

    r26123 r26124  
    443443                        if(pmtlen != NULL)
    444444                        {
     445                                *pmtlen =((buf[1] & 0xf) << 8) + ((buf[2] + 3) & 0xff);
    445446                                debug(200, "pmtlen=%d", *pmtlen);
    446                                 *pmtlen =((buf[1] & 0xf) << 8) + ((buf[2] + 3) & 0xff);
    447447                                buf = realloc(buf, *pmtlen);
    448448                        }
Note: See TracChangeset for help on using the changeset viewer.