Fix the missing ccerr initialization in ts_recv_packet0
This commit is contained in:
parent
e113c3bc22
commit
31c5b3cc3d
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ ts_recv_packet0
|
|||
if (!st)
|
||||
return;
|
||||
|
||||
ccerr = 0;
|
||||
error = !!(tsb[1] & 0x80);
|
||||
pusi = !!(tsb[1] & 0x40);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue