[saco] Match HasTimestamps()

This commit is contained in:
RD42
2024-08-24 23:28:40 +08:00
parent ece98a3e35
commit 765ad9cd8f

View File

@ -22,7 +22,7 @@ BYTE __stdcall GetPacketID(Packet *p)
//---------------------------------------------------- //----------------------------------------------------
bool HasTimestamps(Packet *p) bool __stdcall HasTimestamps(Packet *p)
{ {
if (p==0) return 0; if (p==0) return 0;