Changeset 26124
- Timestamp:
- 02/12/14 18:39:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/dvb.h
r26123 r26124 443 443 if(pmtlen != NULL) 444 444 { 445 *pmtlen =((buf[1] & 0xf) << 8) + ((buf[2] + 3) & 0xff); 445 446 debug(200, "pmtlen=%d", *pmtlen); 446 *pmtlen =((buf[1] & 0xf) << 8) + ((buf[2] + 3) & 0xff);447 447 buf = realloc(buf, *pmtlen); 448 448 }
Note: See TracChangeset
for help on using the changeset viewer.