Merge pull request #378 from perexg/init-fix
Fix the missing ccerr initialization in ts_recv_packet0
This commit is contained in:
commit
dd1d233f75
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ ts_recv_packet0
|
||||||
if (!st)
|
if (!st)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
ccerr = 0;
|
||||||
error = !!(tsb[1] & 0x80);
|
error = !!(tsb[1] & 0x80);
|
||||||
pusi = !!(tsb[1] & 0x40);
|
pusi = !!(tsb[1] & 0x40);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue