diff options
Diffstat (limited to 'runtime/stpd/stp_merge.c')
-rw-r--r-- | runtime/stpd/stp_merge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stpd/stp_merge.c b/runtime/stpd/stp_merge.c index 739e34cd..e9b449d2 100644 --- a/runtime/stpd/stp_merge.c +++ b/runtime/stpd/stp_merge.c @@ -99,9 +99,9 @@ int main (int argc, char *argv[]) fputc_unlocked (c, ofp); } if (min && ++count != min) { - // fprintf(stderr, "got %ld. expected %ld\n", min, count); + //fprintf(stderr, "got %ld. expected %ld\n", min, count); + dropped += min - count ; count = min; - dropped++ ; } if (fread (buf, TIMESTAMP_SIZE, 1, fp[j])) |