scansdt: typo

This commit is contained in:
Jacek Jendrzej
2018-09-25 20:34:06 +02:00
parent f5bc433d7e
commit 2c3e4afa26

View File

@@ -93,7 +93,7 @@ bool CSdt::PMTPing(unsigned short pid, unsigned short sid)
ProgramMapSection pmt(buffer); ProgramMapSection pmt(buffer);
if(0x1fff==pmt.getPcrPid()){ if(0x1fff==pmt.getPcrPid()){
ret = false; ret = false;
badservice = false; badservice = true;
}else{ }else{
ret = true; ret = true;
} }