ssdv icon indicating copy to clipboard operation
ssdv copied to clipboard

type == SSDV_TYPE_INVALID issue

Open Jeffrey9821 opened this issue 3 years ago • 0 comments

Hi, Why is there two (type == SSDV_TYPE_INVALID) in ssdv_dec_is_packet(uint8_t *packet, int *errors)?

https://github.com/fsphil/ssdv/blob/3122b35260b975e982f3b085887e04409a247e43/ssdv.c#L1455

https://github.com/fsphil/ssdv/blob/3122b35260b975e982f3b085887e04409a247e43/ssdv.c#L1479

Is the (type == SSDV_TYPE_INVALID) in Line 1455 correct?

Jeffrey9821 avatar Mar 11 '21 13:03 Jeffrey9821