FS-4249 --resolve

This commit is contained in:
Anthony Minessale 2012-05-25 07:54:11 -05:00
parent d7002351d7
commit 452e1d8271
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ stfu_status_t stfu_n_add_data(stfu_instance_t *i, uint32_t ts, uint32_t pt, void
i->sync_in = 0;
} else {
if ((ts && ts == i->last_rd_ts + i->samples_per_packet) || (i->last_rd_ts > 4294900000 && ts < 5000)) {
if ((ts && ts == i->last_rd_ts + i->samples_per_packet) || (i->last_rd_ts > 4294900000u && ts < 5000)) {
good_ts = 1;
}